From 0fa25e8dc7a7e720f845181508d4c3073a150ec0 Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Wed, 3 Jul 2024 17:13:04 +0200 Subject: [PATCH] fix typo --- templates/lv2/src/lv2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lv2/src/lv2.c b/templates/lv2/src/lv2.c index c23933e..bde12e6 100644 --- a/templates/lv2/src/lv2.c +++ b/templates/lv2/src/lv2.c @@ -422,8 +422,8 @@ static LV2UI_Handle ui_instantiate(const LV2UI_Descriptor * descriptor, const ch plugin_ui_callbacks cbs = { /* .handle = */ (void *)instance, - /* .format. = */ "lv2", - /* .get_bindir. = */ ui_get_bundle_path_cb, + /* .format = */ "lv2", + /* .get_bindir = */ ui_get_bundle_path_cb, /* .get_datadir = */ ui_get_bundle_path_cb, # if DATA_PRODUCT_CONTROL_INPUTS_N > 0 /* .set_parameter = */ ui_set_parameter_cb