summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mandoc/st.c')
-rw-r--r--usr.bin/mandoc/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/st.c b/usr.bin/mandoc/st.c
index eaa6a20843d..5ca53978e98 100644
--- a/usr.bin/mandoc/st.c
+++ b/usr.bin/mandoc/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.9 2015/04/02 21:03:18 schwarze Exp $ */
+/* $OpenBSD: st.c,v 1.10 2015/10/06 18:30:44 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -31,5 +31,5 @@ mdoc_a2st(const char *p)
#include "st.in"
- return(NULL);
+ return NULL;
}