This commit is contained in:
Kamil Trzcinski
2022-04-05 12:05:21 +02:00
parent 863acbbde5
commit d73e95abb1
4 changed files with 14 additions and 90 deletions

View File

@ -188,4 +188,3 @@ buffer_t *buffer_list_dequeue(buffer_list_t *buf_list)
error:
return NULL;
}