X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1a780ed2dabd969c79431ffa5d8eb13af19e1007..39a9d9d85d0f2289d8c1257251311b7cf959c700:/uip/comp.c diff --git a/uip/comp.c b/uip/comp.c index 8129bb4c..6f685c76 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -31,7 +31,7 @@ X("cc address", 0, CCSW) \ X("from address", 0, FROMSW) \ X("fcc mailbox", 0, FCCSW) \ - X("width colums", 0, WIDTHSW) \ + X("width columns", 0, WIDTHSW) \ X("subject text", 0, SUBJECTSW) \ #define X(sw, minchars, id) id, @@ -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; } }