X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/739e4295d79ca09aed58b7272608f71dda2b9c14..0dd9e4fce7c0b9444311670b6068714c46322fa6:/mdoc_html.c?ds=sidebyside diff --git a/mdoc_html.c b/mdoc_html.c index 161aec5a..1ee5c076 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.101 2010/08/07 17:20:17 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.102 2010/08/20 01:02:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -1183,7 +1183,7 @@ mdoc_bl_pre(MDOC_ARGS) ord = malloc(sizeof(struct ord)); if (NULL == ord) { perror(NULL); - exit(EXIT_FAILURE); + exit(MANDOCLEVEL_SYSERR); } ord->cookie = n; ord->pos = 1;