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;
|
while(last->next != NULL) last = last->next;
|
||||||
|
|
||||||
n->prev = last;
|
n->prev = last;
|
||||||
n->next = NULL;
|
n->next = NULL;
|
||||||
last->next = n;
|
last->next = n;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue