and format
This commit is contained in:
parent
78733baa2a
commit
82a99bfbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ int xl_parse(xemil_t* handle) {
|
|||
while(last->next != NULL) last = last->next;
|
||||
|
||||
n->prev = last;
|
||||
n->next = NULL;
|
||||
n->next = NULL;
|
||||
last->next = n;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue