X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/07dbafdaf673d7f20d7f93ab4e8e42c6c7f00a2d..2b60a54adb3b0bf5a9b927708085492b816a6015:/sbr/vfgets.c diff --git a/sbr/vfgets.c b/sbr/vfgets.c index 5d152211..480af139 100644 --- a/sbr/vfgets.c +++ b/sbr/vfgets.c @@ -1,6 +1,4 @@ - -/* - * vfgets.c -- virtual fgets +/* vfgets.c -- virtual fgets * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -46,8 +44,7 @@ wrong_guess: for (fp = dp - 1, toggle = 0; fp >= cp; fp--) { if (*fp != QUOTE) break; - else - toggle = !toggle; + toggle = !toggle; } if (toggle) goto wrong_guess;