]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
sbr/vector.c: Zero the growth with memset(3), not loop.
[nmh] / uip / scansbr.c
index 191e69e8490286cda51ceff2dbcd70c11551fc80..ce29fa8bc365f0471ee42611b914e27e567b1a14 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * scansbr.c -- routines to help scan along...
+/* scansbr.c -- routines to help scan along...
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -273,7 +271,7 @@ body:;
                    state = BODY;
                    goto body;
                }
-               /* fall through */
+               /* FALLTHRU */
 
            case FILEEOF:
                goto finished;