]> diplodocus.org Git - nmh/blobdiff - sbr/smatch.c
seq_setunseen.c: Move interface to own file.
[nmh] / sbr / smatch.c
index 7e6894928025c6e46ca8d4653825eea137a7d7ab..7a3f90240ce39897a7ac94f7853ecf7d07947857 100644 (file)
@@ -1,12 +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
@@ -42,5 +42,5 @@ smatch(const char *string, const struct swit *swp)
            firstone = AMBIGSW;
     }
 
-    return (firstone);
+    return firstone;
 }