X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4d5b79600a86a6c44aa67db479fc63875958458a..fe86b6d55ac470e6e832c53ea2c71e680efe5274:/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; } }