X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4d5b79600a86a6c44aa67db479fc63875958458a..f053f0b49f317d31b337fe8d8b07612671831a52:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index 7f0c7bac..430e2cc3 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -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; } }