1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-17 01:16:16 -04:00

DOM test: make die() in sgml-parser static

This commit is contained in:
Jonas Fonseca 2007-05-26 13:08:03 +02:00 committed by Witold Filipczyk
parent ee8a3fe651
commit c192551773

View File

@ -242,7 +242,8 @@ sgml_error_function(struct sgml_parser *parser, struct dom_string *string,
return DOM_CODE_OK;
}
void die(const char *msg, ...)
static void
die(const char *msg, ...)
{
va_list args;