]> diplodocus.org Git - nmh/blobdiff - uip/comp.c
sbr/vector.c: Zero the growth with memset(3), not loop.
[nmh] / uip / comp.c
index a018d7438f4d92836f67508d07848ff466040ab5..a78bcc69614cb597c3add90c5e9f4665c844287e 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * comp.c -- compose a message
+/* comp.c -- compose a message
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -123,7 +121,7 @@ main (int argc, char **argv)
 
                case BILDSW:
                    build++;
-                   /* fall through */
+                   /* FALLTHRU */
                case NWHATSW: 
                    nwhat++;
                    continue;
@@ -359,7 +357,7 @@ try_it_again:
                        i = YESW;
                    break;
                default: 
-                   advise (NULL, "say what?");
+                   inform("say what?");
                    break;
            }
        }