X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9b82aa035bb12ae41a35c5492b1068e7444e71f6..60899a188e74f0f2ee293f6eb629e3b81b71ac9f:/uip/comp.c diff --git a/uip/comp.c b/uip/comp.c index a018d743..1e4ffa2a 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 @@ -10,6 +8,7 @@ #include #include #include +#include "../sbr/m_maildir.h" #include #define COMP_SWITCHES \ @@ -123,7 +122,7 @@ main (int argc, char **argv) case BILDSW: build++; - /* fall through */ + /* FALLTHRU */ case NWHATSW: nwhat++; continue; @@ -359,7 +358,7 @@ try_it_again: i = YESW; break; default: - advise (NULL, "say what?"); + inform("say what?"); break; } }