aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-09-26 00:54:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-09-26 00:54:03 +0000
commit3e6a72ed7b563e04635c28fcb556c3203eb58f58 (patch)
tree0a71f4626b257d539e145aa3683d0038a0c195c3 /html.c
parent41adc72e761bdad350233dd0d9a96b77cef27871 (diff)
downloadmandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.tar.gz
mandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.tar.zst
mandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.zip
/* NOTREACHED */ after abort() is silly, delete it
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) {