summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/msec.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mandoc/msec.c')
-rw-r--r--usr.bin/mandoc/msec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/msec.c b/usr.bin/mandoc/msec.c
index 90a300e9020..bd91cd5bfe0 100644
--- a/usr.bin/mandoc/msec.c
+++ b/usr.bin/mandoc/msec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msec.c,v 1.11 2014/12/21 00:17:24 daniel Exp $ */
+/* $OpenBSD: msec.c,v 1.12 2015/10/06 18:30:44 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -30,5 +30,5 @@ mandoc_a2msec(const char *p)
#include "msec.in"
- return(NULL);
+ return NULL;
}