Skip to content

Commit

Permalink
Update WorkerThread.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Aug 8, 2023
1 parent 54398d6 commit 7a38132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CAudio/WorkerThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class WorkerThread {
workerIndex,
runQueues);
} else {
printf("worker has no program!");
printf("worker has no program!\n");
}

intptr_t done_semaphore_int = dispatch_semaphore_signal(done);
Expand Down

0 comments on commit 7a38132

Please sign in to comment.