From 9310b08670b517eeb0c028e1e86ad36486e50ccc Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 25 Jul 2025 08:20:00 +0200 Subject: [PATCH] necessary cleaning of single comment --- templates/lv2/src/lv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lv2/src/lv2.c b/templates/lv2/src/lv2.c index 48bd638..d32d10b 100644 --- a/templates/lv2/src/lv2.c +++ b/templates/lv2/src/lv2.c @@ -592,7 +592,7 @@ static LV2UI_Handle ui_instantiate(const LV2UI_Descriptor * descriptor, const ch (void)descriptor; (void)plugin_uri; - // make C++ compilers happy; + // make C++ compilers happy char has_parent; void *parent; plugin_ui_callbacks cbs;