[FIX/WIP] Fix annoying formatting bug

Fixes #16
This commit is contained in:
lda 2025-02-09 21:51:38 +00:00
commit f94db460ac
5 changed files with 204 additions and 2 deletions

View file

@ -13,6 +13,8 @@ typedef struct XMLEvent {
XML_LEXER_DATA,
XML_LEXER_ELEM, /* Empty attr */
XML_LEXER_ENDELEM,
XML_ERROR,
XML_RELAX
} type;