aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index 8adf00d1..8c466745 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.186 2015/03/27 21:33:20 schwarze Exp $ */
+/* $Id: html.c,v 1.187 2015/09/26 00:54:03 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -224,7 +224,6 @@ print_metaf(struct html *h, enum mandoc_esc deco)
break;
default:
abort();
- /* NOTREACHED */
}
if (h->metaf) {