Skip to content

Commit

Permalink
xml: make error struct constant
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg authored Mar 11, 2024
1 parent b09b4ed commit e4d362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arvxmlschema.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct {
} XmlSchemaError;

static void
_structured_error_handler (void *ctx, xmlErrorPtr error)
_structured_error_handler (void *ctx, const xmlError* error)
{
XmlSchemaError *schema_error = ctx;

Expand Down

0 comments on commit e4d362d

Please sign in to comment.