From: Wilfried Goesgens Date: Sun, 17 Feb 2013 16:22:48 +0000 (+0100) Subject: wrap around ; as the style guide police against nasty errors sugests. X-Git-Tag: v8.20~104 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=6f6eb4d360b12286078f262d8c452b009cc7c605;p=citadel.git wrap around ; as the style guide police against nasty errors sugests. --- diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index b5775fa26..41bed6132 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -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: