X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9b82aa035bb12ae41a35c5492b1068e7444e71f6..c8caafcb4a39516eaec330f9ea229ea52e5fe46b:/uip/comp.c?ds=inline diff --git a/uip/comp.c b/uip/comp.c index a018d743..a78bcc69 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -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; } }