and format

This commit is contained in:
Nishi 2025-12-27 18:11:04 +09:00
commit 82a99bfbdc
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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 {