X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..84b0fcf3611555f616abf2dcc80ec30b18f16e29:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index f30e5899..cb23e8f9 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -5,7 +5,7 @@ * complete copyright information. */ -#include +#include "h/mh.h" int @@ -41,5 +41,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }