]> diplodocus.org Git - nmh/blobdiff - sbr/smatch.c
m_name.c: Move interface to own file.
[nmh] / sbr / smatch.c
index 8ec6e3f2b3aae99b6a565d6f46a0ecf8cda162dc..7a3f90240ce39897a7ac94f7853ecf7d07947857 100644 (file)
@@ -1,13 +1,12 @@
-
-/*
- * smatch.c -- match a switch (option)
+/* smatch.c -- match a switch (option)
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "smatch.h"
 
 
 int
@@ -43,5 +42,5 @@ smatch(const char *string, const struct swit *swp)
            firstone = AMBIGSW;
     }
 
-    return (firstone);
+    return firstone;
 }