summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc.c b/mdoc.c
index e4f76c03..773a3507 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc.c,v 1.110 2009/10/24 05:52:13 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.111 2009/10/26 07:11:07 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -665,7 +665,6 @@ parsetext(struct mdoc *m, int line, char *buf)
-
static int
macrowarn(struct mdoc *m, int ln, const char *buf)
{