Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a comment
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 29, 2023
1 parent 070d734 commit d805e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/plugin/CarlaPluginBridge.cpp
Expand Up @@ -2366,7 +2366,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 d805e8b

Please sign in to comment.