Fix of broken taskqueue

This commit is contained in:
Christoffer Lerno
2021-08-31 22:30:12 +02:00
parent 63cff727b2
commit 8b73e1fe8b

View File

@@ -107,7 +107,7 @@ void taskqueue_destroy(TaskQueueRef queue_ref)
#else
void taskqueue_destroy(TaskQueueRef queue_ref)
{ 0 }
{ }
void taskqueue_add(TaskQueueRef queue_ref, Task *task)
{