X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..eae4e80fddb67ed353f32a54c9eeed1c1527e5a9:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index f30e5899..802e4da0 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -41,5 +41,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }