X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9b82aa035bb12ae41a35c5492b1068e7444e71f6..39a9d9d85d0f2289d8c1257251311b7cf959c700:/uip/comp.c diff --git a/uip/comp.c b/uip/comp.c index a018d743..6f685c76 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -123,7 +123,7 @@ main (int argc, char **argv) case BILDSW: build++; - /* fall through */ + /* FALLTHRU */ case NWHATSW: nwhat++; continue; @@ -359,7 +359,7 @@ try_it_again: i = YESW; break; default: - advise (NULL, "say what?"); + inform("say what?"); break; } }