Skip to content

Commit

Permalink
Fix of broken taskqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 31, 2021
1 parent 63cff72 commit 8b73e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/taskqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8b73e1f

Please sign in to comment.