Solivng a fatal bug with unmatched quotes on the last param

This commit is contained in:
Anonymus Raccoon
2020-05-01 19:36:32 +02:00
parent 828f4170b8
commit 6540df07df
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ char *trimstr(char *str);
int xml_getstringdata(node *n, char **nodestr);
int xml_checkclosing(node *n, char **nodestr);
dictionary *property_add(dictionary *list, dictionary *property);
node *xml_parsenode(char **nodestr);
node *xml_parsenode(char **str);
int get_int_size(int n);