diff options
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 | } |
