X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..f9754b35f2f3b4c5cb0890f154181d2bab66c679:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index 7e689492..7a3f9024 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -1,12 +1,12 @@ -/* - * 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 * complete copyright information. */ -#include +#include "h/mh.h" +#include "smatch.h" int @@ -42,5 +42,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }