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;