wrap around ; as the style guide police against nasty errors sugests.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 17 Feb 2013 16:22:48 +0000 (17:22 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 17 Feb 2013 16:22:48 +0000 (17:22 +0100)
citadel/utils/setup.c

index b5775fa26bd95952cc0a0f63fadfe490f7fdc717..41bed61326e04ca56a3fa92086606bd889c3ad41 100644 (file)
@@ -334,7 +334,8 @@ void important_message(const char *title, const char *msgtext)
                printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
                printf("       %s \n\n%s\n\n", title, msgtext);
                printf("%s", _("Press return to continue..."));
-               if (fgets(buf, sizeof buf, stdin));
+               if (fgets(buf, sizeof buf, stdin))
+                       ;
                break;
 
        case UI_DIALOG: