X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23f2b007ecac94848616420b27f0819ea559507e..94187a80bd60baab4b9c4b949ad820d730578123:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index 8ec6e3f2..802e4da0 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -1,6 +1,4 @@ - -/* - * smatch.c -- match a switch (option) +/* smatch.c -- match a switch (option) * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -43,5 +41,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }