pedantic typo - xmlparser - XML parser
HTML git clone git://git.codemadness.org/xmlparser
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e14d8e93235e5ca0d3afa1c1c6f025e27f11459b
DIR parent acb34b902157df0f369133c982dee819a3b232a1
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 20 Jul 2022 20:37:07 +0200
pedantic typo
Diffstat:
M xml.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/xml.h b/xml.h
@@ -36,7 +36,7 @@ typedef struct xmlparser {
/* current tag */
char tag[1024];
size_t taglen;
- /* current tag is in short form ? <tag /> */
+ /* current tag is in shortform ? <tag /> */
int isshorttag;
/* current attribute name */
char name[1024];