]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_new.c
configure.ac: Enable assert(3) by default.
[nmh] / sbr / fmt_new.c
index 18f48987fb890fae7a4be8b7268fe62fb5c507a0..c832e7fa9db165661a76de6cde0b54f371e88db9 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * fmt_new.c -- read format file/string and normalize
+/* fmt_new.c -- read format file/string and normalize
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -102,7 +100,8 @@ normalize (char *cp)
                    break;
 
                case 0: 
-                   cp--;       /* fall */
+                   cp--;
+                   /* FALLTHRU */
                default: 
                    *dp++ = *cp;
                    break;