summaryrefslogtreecommitdiff
path: root/src/ll.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-06-21 00:38:19 -0500
committer@syxhe <https://t.me/syxhe>2024-06-21 00:38:19 -0500
commit24a39d796e2803875ffe6f53314b1d851a79f35b (patch)
tree54fbe7574e01453cdee2330b3a2b7c1b35092a3b /src/ll.c
parent65f1979b7781e969791e63b787e896e732ffc68c (diff)
Make shitty file scan from folder scan
Diffstat (limited to 'src/ll.c')
-rw-r--r--src/ll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ll.c b/src/ll.c
index 1a0426b..21e413e 100644
--- a/src/ll.c
+++ b/src/ll.c
@@ -18,7 +18,6 @@ struct nodelist* nodelist_init(struct nodelist *start) {
18 18
19 start->fullpath = NULL; 19 start->fullpath = NULL;
20 start->next = NULL; 20 start->next = NULL;
21 start->type = NODELIST_TYPE__UNDEF;
22 21
23 return start; 22 return start;
24} 23}