X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1a780ed2dabd969c79431ffa5d8eb13af19e1007..4e8e2c96547bfe72589982a85fac450df4cf6d08:/uip/comp.c?ds=sidebyside diff --git a/uip/comp.c b/uip/comp.c index 8129bb4c..7ca48dbc 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;