commit
8d49f28979
@ -46,7 +46,7 @@ struct single_list* del(struct single_list **prev)
|
||||
|
||||
if (!prev)
|
||||
return NULL;
|
||||
if (*prev == null)
|
||||
if (*prev == NULL)
|
||||
return NULL;
|
||||
tmp = *prev;
|
||||
*prev = (*prev)->next;
|
||||
|
Loading…
Reference in New Issue
Block a user