mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-05-27 16:11:44 +00:00
Coding style
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ node *xml_parsenode(char **nodestr)
|
||||
if (n->name)
|
||||
return (xml_parseproperties(n, nodestr, has_params, has_childs));
|
||||
}
|
||||
else if ((*nodestr)[1] != '/' && xml_getstringdata(n, nodestr) == 0) {
|
||||
else if ((*nodestr)[1] != '/' && xml_getstringdata(n, nodestr) == 0) {
|
||||
n->next = xml_parsenode(nodestr);
|
||||
return (n);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user