diff options
Diffstat (limited to 'src/HTML.c')
-rw-r--r-- | src/HTML.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML.c b/src/HTML.c index 0fbce76f..78638520 100644 --- a/src/HTML.c +++ b/src/HTML.c @@ -8190,7 +8190,7 @@ PUBLIC HTStructured* HTML_new ARGS3( return HTMLGenerator(intermediate); fprintf(stderr, "\n** Internal error: can't parse HTML to %s\n", HTAtom_name(format_out)); - exit_immediately (-1); + exit_immediately (EXIT_FAILURE); } me = (HTStructured*) calloc(sizeof(*me),1); |