Introduction
Introduction Statistics Contact Development Disclaimer Help
style fix - xmlparser - XML parser
git clone git://git.codemadness.org/xmlparser
Log
Files
Refs
README
LICENSE
---
commit b2078dbb866bea46507ebb9d3d4c12c93c4f39f8
parent e9114f99e2b610c1d8899dcffca7edc28e09b614
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 12 Dec 2018 19:14:12 +0100
style fix
Diffstat:
M skeleton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/skeleton.c b/skeleton.c
@@ -102,7 +102,7 @@ main(void)
x.xmlattrentity = xmlattrentity;
x.xmlcdatastart = xmlcdatastart;
x.xmlcdata = xmlcdata;
- x.xmlcdataend =xmlcdataend;
+ x.xmlcdataend = xmlcdataend;
x.xmlcommentstart = xmlcommentstart;
x.xmlcomment = xmlcomment;
x.xmlcommentend = xmlcommentend;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.