X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..eae4e80fddb67ed353f32a54c9eeed1c1527e5a9:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index 7e689492..802e4da0 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -1,5 +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 @@ -42,5 +41,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }