aboutsummaryrefslogtreecommitdiffstatshomepage
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
parente81807680a9a78e4658f5e00ffc42de9da9eb19d (diff)
downloadmandoc-f1945c861cb8d04a54088f78091b0823c695d289.tar.gz
mandoc-f1945c861cb8d04a54088f78091b0823c695d289.tar.zst
mandoc-f1945c861cb8d04a54088f78091b0823c695d289.zip
Lintified & versioned.
-rw-r--r--Makefile2
-rw-r--r--main.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00326f8d..9df71d30 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.5.5
+VERSION = 1.6.0
VDATE = 19 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
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)
{