Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Sep 13, 2023
1 parent d436ca0 commit 3b27598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/AudioEngineWorkerThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class AudioEngineWorkerThread : public QThread
{
Init,
Idle,
Processing,
Processing
};

// internal representation of the job queue - all functions are thread-safe
Expand Down

0 comments on commit 3b27598

Please sign in to comment.