summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--main.c1
2 files changed, 2 insertions, 1 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 194042fb..fff3bed6 100644
--- a/main.c
+++ b/main.c
@@ -405,6 +405,7 @@ woptions(int *wflags, char *arg)
}
+/* ARGSUSED */
static int
merr(void *arg, int line, int col, const char *msg)
{