X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..aad7213c7ebca96dff5f141e0e26a165eba4e6b8:/sbr/vfgets.c?ds=inline diff --git a/sbr/vfgets.c b/sbr/vfgets.c index 365369df..480af139 100644 --- a/sbr/vfgets.c +++ b/sbr/vfgets.c @@ -1,5 +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 @@ -45,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;