file_list.c - cleanup

This commit is contained in:
twinaphex 2014-08-09 01:20:37 +02:00
parent de565e73e4
commit abe4a489a6

View File

@ -26,9 +26,6 @@ void file_list_push(file_list_t *list,
const char *path, const char *label,
unsigned type, size_t directory_ptr)
{
if (!list)
return;
if (list->size >= list->capacity)
{
list->capacity++;