diff options
Diffstat (limited to 'xml.h')
-rw-r--r-- | xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ typedef struct xmlparser { int isshorttag; /* current attribute name */ char name[1024]; - /* data buffer used for tag data, cdata and attribute data */ + /* data buffer used for tag data, CDATA and attribute data */ char data[BUFSIZ]; } XMLParser; |