]> git.cameronkatri.com Git - mandoc.git/blobdiff - msec.c
No need to populate the TYPE_arch and TYPE_sec bits, the information
[mandoc.git] / msec.c
diff --git a/msec.c b/msec.c
index ffe5024ff1e34160128edf295fc64472264a7a4e..9d41511696d0977e938691ec59499b114acdbd48 100644 (file)
--- a/msec.c
+++ b/msec.c
@@ -1,4 +1,4 @@
-/*     $Id: msec.c,v 1.13 2014/12/01 08:05:52 schwarze Exp $ */
+/*     $Id: msec.c,v 1.15 2015/10/06 18:32:19 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -20,6 +20,7 @@
 
 #include <string.h>
 
+#include "mandoc.h"
 #include "libmandoc.h"
 
 #define LINE(x, y) \
@@ -31,5 +32,5 @@ mandoc_a2msec(const char *p)
 
 #include "msec.in"
 
-       return(NULL);
+       return NULL;
 }