diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp index 599818c7..6d96a3e2 100644 --- a/distrho/src/DistrhoPluginLV2export.cpp +++ b/distrho/src/DistrhoPluginLV2export.cpp @@ -116,7 +116,7 @@ void lv2_generate_ttl(const char* const basename) manifestString += " a lv2:Plugin ;\n"; manifestString += " lv2:binary <" + pluginDLL + "." DISTRHO_DLL_EXTENSION "> ;\n"; #if DISTRHO_PLUGIN_USES_MODGUI - manifestString += " rdfs:seeAlso <" + pluginTTL + "> ,\n + manifestString += " rdfs:seeAlso <" + pluginTTL + "> ,\n"; manifestString += " .\n"; #else manifestString += " rdfs:seeAlso <" + pluginTTL + "> .\n";