From 1ef6fb90e69e8984e8a3d9d25205e7cfdc69b7ca Mon Sep 17 00:00:00 2001 From: Adam Miartus Date: Fri, 27 Sep 2019 15:47:02 +0200 Subject: [PATCH] JackRequest: Add missing comma allowed by compiler and helps with clean commit history when adding changes Change-Id: Iaafbe0a01970cf1b176a24d8fdc8cc6ee5c97e3b Signed-off-by: Adam Miartus --- common/JackRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackRequest.h b/common/JackRequest.h index a1ede642..3c2c8bef 100644 --- a/common/JackRequest.h +++ b/common/JackRequest.h @@ -90,7 +90,7 @@ struct JackRequest kGetUUIDByClient = 37, kClientHasSessionCallback = 38, kComputeTotalLatencies = 39, - kPropertyChangeNotify = 40 + kPropertyChangeNotify = 40, }; RequestType fType;