X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/840b3f0e45a43b8378e88c66f004b2f186662e35..394a751fd883d2bbfc769fed7e254e008a2ef45e:/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; }