- job_queue tested

This commit is contained in:
Jan Hutter
2005-11-03 14:50:02 +00:00
parent 3ad9390a61
commit 3911f0755b
4 changed files with 87 additions and 12 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ static status_t remove_first(linked_list_t *linked_list, void **item)
this->count--;
return element->destroy(element);
return (element->destroy(element));
}
/**