From 24a39d796e2803875ffe6f53314b1d851a79f35b Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 21 Jun 2024 00:38:19 -0500 Subject: Make shitty file scan from folder scan --- src/ll.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ll.c') 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) { start->fullpath = NULL; start->next = NULL; - start->type = NODELIST_TYPE__UNDEF; return start; } -- cgit v1.2.3