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