diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 20:18:53 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 20:18:53 +0000 |
commit | 21de3d786d824d615243412d130c128be19a03dd (patch) | |
tree | ab13ee82b862b2765d7c0c37af592c9ab33fb1de /mdoc_html.c | |
parent | 8602ef022ba97685524bab84712ad686cd05b20e (diff) | |
download | mandoc-21de3d786d824d615243412d130c128be19a03dd.tar.gz |
Churny commit to quiet lint. No functional changes.
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 2 |
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; |