diff --git a/lib/ui-xml/src/ui_xml.c b/lib/ui-xml/src/ui_xml.c index 4f5c4a368..a6b115cdd 100644 --- a/lib/ui-xml/src/ui_xml.c +++ b/lib/ui-xml/src/ui_xml.c @@ -58,7 +58,7 @@ struct xml_parser_t { code = CODE; \ goto exit; -static void xmlPrintErrorMessage(xmlErrorPtr err) +static void xmlPrintErrorMessage(const xmlError *err) { logger_error("[builder] %s (%d): error %d: %s\n", err->file ? err->file : "(memory)", err->line, err->code,