X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..cfb444d37fc236a9fdac369cbcf2a5bfc37a33f5:/sbr/vfgets.c diff --git a/sbr/vfgets.c b/sbr/vfgets.c index 3a376e10..36f71379 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 @@ -40,9 +38,8 @@ wrong_guess: if (*dp == '\n') { *bp = pp; return 0; - } else { - cp = ++dp; } + cp = ++dp; } else { for (fp = dp - 1, toggle = 0; fp >= cp; fp--) { if (*fp != QUOTE)