Skip to content

Commit

Permalink
Merge pull request #829 from guillep/redo-294
Browse files Browse the repository at this point in the history
Redo 294
  • Loading branch information
guillep authored Jun 28, 2024
2 parents ce15171 + 3c998fb commit 8f78dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/src/worker/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void worker_release(Worker *worker) {
worker_add_call((Worker*)worker, task);
}

inline void worker_dispatch_callout(Worker *worker, WorkerTask *task) {
void worker_dispatch_callout(Worker *worker, WorkerTask *task) {
worker_add_call(worker, task);
}

Expand Down

0 comments on commit 8f78dfe

Please sign in to comment.