X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23f2b007ecac94848616420b27f0819ea559507e..d4814561eafc238a9ed2b4fa67ef2755e5e83858:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index 8ec6e3f2..7a3f9024 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -1,13 +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 @@ -43,5 +42,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }