fix
This commit is contained in:
parent
82a99bfbdc
commit
25917df5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ int xl_parse(xemil_t* handle) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
void recursive_free(xl_node_t* node) {
|
||||
static void recursive_free(xl_node_t* node) {
|
||||
xl_node_t* n = node->first_child;
|
||||
xl_attribute_t* a = node->first_attribute;
|
||||
while(n != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue