summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-04 20:18:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-04 20:18:53 +0000
commit21de3d786d824d615243412d130c128be19a03dd (patch)
treeab13ee82b862b2765d7c0c37af592c9ab33fb1de /mdoc_html.c
parent8602ef022ba97685524bab84712ad686cd05b20e (diff)
downloadmandoc-21de3d786d824d615243412d130c128be19a03dd.tar.gz
Churny commit to quiet lint. No functional changes.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 93807dd5..32334432 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1183,7 +1183,7 @@ mdoc_bl_pre(MDOC_ARGS)
ord = malloc(sizeof(struct ord));
if (NULL == ord) {
perror(NULL);
- exit(MANDOCLEVEL_SYSERR);
+ exit((int)MANDOCLEVEL_SYSERR);
}
ord->cookie = n;
ord->pos = 1;