diff options
| 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 |
| commit | 24a39d796e2803875ffe6f53314b1d851a79f35b (patch) | |
| tree | 54fbe7574e01453cdee2330b3a2b7c1b35092a3b /src/ll.c | |
| parent | 65f1979b7781e969791e63b787e896e732ffc68c (diff) | |
Make shitty file scan from folder scan
Diffstat (limited to 'src/ll.c')
| -rw-r--r-- | src/ll.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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 | } |
