]> diplodocus.org Git - nmh/blobdiff - sbr/smatch.c
Display the command when reporting timing.
[nmh] / sbr / smatch.c
index f30e589905ee4c772dfb4bcf68d12ff1c713c058..802e4da06a541f8b9db37f7c35b02f79bfc7af6e 100644 (file)
@@ -41,5 +41,5 @@ smatch(const char *string, const struct swit *swp)
            firstone = AMBIGSW;
     }
 
-    return (firstone);
+    return firstone;
 }