]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
Simplify maintainer targets in OpenBSD: EQN and TBL variables
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index eda84b4071717ab77d2dec2c41d1e6f8db2ae8a3..e377c1bced758a04e7716d95829c5f2be2d91ad4 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/*     $Id: lib.c,v 1.12 2015/04/02 21:36:49 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 "roff.h"
-#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -33,5 +31,5 @@ mdoc_a2lib(const char *p)
 
 #include "lib.in"
 
-       return(NULL);
+       return NULL;
 }