Fix silly typo

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-13 14:22:56 +00:00
parent 67aac496c8
commit a0af3c27ad
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -569,7 +569,7 @@ static void host_ui_closed(NativeHostHandle handle)
ui->visible = false;
}
#else
static void host_ui_closed(handle) {}
static void host_ui_closed(NativeHostHandle) {}
typedef ModuleWidget CarlaModuleWidget;
#endif