Browse Source

JackRequest: Add missing comma

allowed by compiler and helps with clean commit history when
adding changes

Change-Id: Iaafbe0a01970cf1b176a24d8fdc8cc6ee5c97e3b
Signed-off-by: Adam Miartus <amiartus@de.adit-jv.com>
pull/608/head
Adam Miartus Timo Wischer 6 years ago
parent
commit
1ef6fb90e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackRequest.h

+ 1
- 1
common/JackRequest.h View File

@@ -90,7 +90,7 @@ struct JackRequest
kGetUUIDByClient = 37,
kClientHasSessionCallback = 38,
kComputeTotalLatencies = 39,
kPropertyChangeNotify = 40
kPropertyChangeNotify = 40,
};

RequestType fType;


Loading…
Cancel
Save