pedantic typo - xmlparser - XML parser | |
git clone git://git.codemadness.org/xmlparser | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e14d8e93235e5ca0d3afa1c1c6f025e27f11459b | |
parent acb34b902157df0f369133c982dee819a3b232a1 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 20 Jul 2022 20:37:07 +0200 | |
pedantic typo | |
Diffstat: | |
M xml.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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]; |