summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-19 16:18:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-19 16:18:36 +0000
commitf1945c861cb8d04a54088f78091b0823c695d289 (patch)
tree3034cb88f4c14ca851166ee4a22d3d80fc3c29c8 /main.c
parente81807680a9a78e4658f5e00ffc42de9da9eb19d (diff)
downloadmandoc-f1945c861cb8d04a54088f78091b0823c695d289.tar.gz
mandoc-f1945c861cb8d04a54088f78091b0823c695d289.tar.zst
mandoc-f1945c861cb8d04a54088f78091b0823c695d289.zip
Lintified & versioned.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 396c6daf..4571bc2f 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.1 2009/03/19 16:17:27 kristaps Exp $ */
+/* $Id: main.c,v 1.2 2009/03/19 16:18:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -405,6 +405,7 @@ woptions(int *wflags, char *arg)
}
+/* ARGSUSED */
static int
merr(void *arg, int line, int col, const char *msg)
{