diff options
Diffstat (limited to 'src/shared/xml.h')
-rw-r--r-- | src/shared/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/xml.h b/src/shared/xml.h index af71709c33..b256b0ba10 100644 --- a/src/shared/xml.h +++ b/src/shared/xml.h @@ -28,7 +28,7 @@ enum { XML_TAG_CLOSE, XML_TAG_CLOSE_EMPTY, XML_ATTRIBUTE_NAME, - XML_ATTRIBUTE_VALUE + XML_ATTRIBUTE_VALUE, }; int xml_tokenize(const char **p, char **name, void **state, unsigned *line); |