Fix build failure

parent b2a13dd7
...@@ -539,7 +539,7 @@ pthread_handler_t worker_thread(void *arg) ...@@ -539,7 +539,7 @@ pthread_handler_t worker_thread(void *arg)
pthread_mutex_lock(&counter_mutex); pthread_mutex_lock(&counter_mutex);
counter--; counter--;
pthread_mutex_unlock(&counter_mutex); pthread_mutex_unlock(&counter_mutex);
return error; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment