From 3b275985d60dcb76a47f21169d2af6faca4e1b2f Mon Sep 17 00:00:00 2001 From: sakertooth Date: Wed, 13 Sep 2023 08:35:55 -0400 Subject: [PATCH] Remove comma --- include/AudioEngineWorkerThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AudioEngineWorkerThread.h b/include/AudioEngineWorkerThread.h index e56d814ab3d..d7bc17315aa 100644 --- a/include/AudioEngineWorkerThread.h +++ b/include/AudioEngineWorkerThread.h @@ -53,7 +53,7 @@ class AudioEngineWorkerThread : public QThread { Init, Idle, - Processing, + Processing }; // internal representation of the job queue - all functions are thread-safe