diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2014-10-13 21:06:00 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2014-10-13 21:06:00 +0000 |
commit | 352c74d9b34b60a61ac8f13e89e8dd4da71d9be3 (patch) | |
tree | b76a2f16771be83d940d61bdc857ad4ccb5ca2c3 /usr.bin/mandoc/html.c | |
parent | 7c6a154433792cc4353dde9662ffe4d27cf3e332 (diff) |
Add missing */ after $OpenBSD$ tag
ok schwarze@
Diffstat (limited to 'usr.bin/mandoc/html.c')
-rw-r--r-- | usr.bin/mandoc/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mandoc/html.c b/usr.bin/mandoc/html.c index 40f32b5910b..4ec3fbdc8c6 100644 --- a/usr.bin/mandoc/html.c +++ b/usr.bin/mandoc/html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: html.c,v 1.45 2014/10/10 15:25:06 schwarze Exp $ +/* $OpenBSD: html.c,v 1.46 2014/10/13 21:05:59 chl Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> |