summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tree.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2014-10-13 21:06:00 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2014-10-13 21:06:00 +0000
commit352c74d9b34b60a61ac8f13e89e8dd4da71d9be3 (patch)
treeb76a2f16771be83d940d61bdc857ad4ccb5ca2c3 /usr.bin/mandoc/tree.c
parent7c6a154433792cc4353dde9662ffe4d27cf3e332 (diff)
Add missing */ after $OpenBSD$ tag
ok schwarze@
Diffstat (limited to 'usr.bin/mandoc/tree.c')
-rw-r--r--usr.bin/mandoc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mandoc/tree.c b/usr.bin/mandoc/tree.c
index 10fecbf1452..54178b2cfc5 100644
--- a/usr.bin/mandoc/tree.c
+++ b/usr.bin/mandoc/tree.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tree.c,v 1.24 2014/10/10 15:25:06 schwarze Exp $
+/* $OpenBSD: tree.c,v 1.25 2014/10/13 21:05:59 chl Exp $ */
/*
* Copyright (c) 2008, 2009, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>