Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 30, 2023
1 parent f81036f commit fb2ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/plugin/CarlaPluginBridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ class CarlaPluginBridge : public CarlaPlugin
} break;

case kPluginBridgeNonRtServerParameterData2: {
// uint/index, uint/size, str[] (name), uint/size, str[] (unit)
// uint/index, uint/size, str[] (name), uint/size, str[] (symbol), uint/size, str[] (unit)
const uint32_t index = fShmNonRtServerControl.readUInt();

// name
Expand Down

0 comments on commit fb2ee3a

Please sign in to comment.