[list] Lists only got bigger...
This commit is contained in:
parent
05b59d366f
commit
f5d1d411cf
@ -74,6 +74,7 @@ void list_delete(list_t * list, node_t * node) {
|
||||
if (node->next) {
|
||||
node->next->prev = node->prev;
|
||||
}
|
||||
list->length--;
|
||||
}
|
||||
|
||||
void * list_pop(list_t * list) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user