]> diplodocus.org Git - nmh/blobdiff - sbr/smatch.c
context_find.c: Move interface to own file.
[nmh] / sbr / smatch.c
index f30e589905ee4c772dfb4bcf68d12ff1c713c058..cb23e8f901539bcc7a2b14e74bc31ed0726bf6e1 100644 (file)
@@ -5,7 +5,7 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
 
 
 int
@@ -41,5 +41,5 @@ smatch(const char *string, const struct swit *swp)
            firstone = AMBIGSW;
     }
 
-    return (firstone);
+    return firstone;
 }