Skip to content

Commit

Permalink
refactor(ui-xml): clear compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 6, 2024
1 parent ba9b8ae commit f4ede92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui-xml/src/ui_xml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4ede92

Please sign in to comment.