]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
If the layout or data of an individual cell in a tbl(7) contains
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index 17ce5296dea4c607e22b19f7d12443fe6e08bd85..e377c1bced758a04e7716d95829c5f2be2d91ad4 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/*     $Id: lib.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */
+/*     $Id: lib.c,v 1.15 2018/12/13 11:55:46 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 #include "config.h"
 
 #include <sys/types.h>
-
 #include <string.h>
 
-#include "mdoc.h"
+#include "roff.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -32,5 +31,5 @@ mdoc_a2lib(const char *p)
 
 #include "lib.in"
 
-       return(NULL);
+       return NULL;
 }