From 59af21c3f294b9fdec62914568de0455cf884623 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 26 Aug 2014 22:19:11 +0200 Subject: cfdisk: fix typo in the previous commit Signed-off-by: Karel Zak --- disk-utils/cfdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-utils/cfdisk.c') diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index 3f2698e46..c259329c1 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -1870,8 +1870,8 @@ static int main_menu_action(struct cfdisk *cf, int key) buf, sizeof(buf)); ref = 1; - if (rc <= 0 || (strcasecmp(buf, "yes") != 0 - && strcasecmp(buf, _("yes"))) != 0) { + if (rc <= 0 || (strcasecmp(buf, "yes") != 0 && + strcasecmp(buf, _("yes")) != 0)) { info = _("Did not write partition table to disk"); break; } -- cgit v1.2.3-55-g7522