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