From 82a99bfbdc394241fff252e23f50f3cf49c8a6d0 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 27 Dec 2025 18:11:04 +0900 Subject: [PATCH] and format --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index e57f810..da54c2e 100644 --- a/src/core.c +++ b/src/core.c @@ -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 {