]> diplodocus.org Git - nmh/blobdiff - uip/repl.c
Change admonish(NULL, "foo") to inform("foo, continuing...").
[nmh] / uip / repl.c
index 7f0c7bac8dba4db647f6fb8961e76e0cafa957b7..430e2cc3aa818730def82291d127986a9f512021 100644 (file)
@@ -225,7 +225,8 @@ main (int argc, char **argv)
                    nwhat = 0;
                    continue;
                case BILDSW: 
-                   buildsw++;  /* fall... */
+                   buildsw++;
+                   /* FALLTHRU */
                case NWHATSW: 
                    nwhat++;
                    continue;
@@ -388,7 +389,7 @@ try_it_again:
                        i = YESW;
                    break;
                default: 
-                   advise (NULL, "say what?");
+                   inform("say what?");
                    break;
            }
        }