-
-/*
- * 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
case BILDSW:
build++;
- /* fall through */
+ /* FALLTHRU */
case NWHATSW:
nwhat++;
continue;
i = YESW;
break;
default:
- advise (NULL, "say what?");
+ inform("say what?");
break;
}
}