Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Nov 6, 2015
1 parent 831ad23 commit 2ed2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrho/src/DistrhoPluginLV2export.cpp
Expand Up @@ -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 += " <modgui.ttl> .\n";
#else
manifestString += " rdfs:seeAlso <" + pluginTTL + "> .\n";
Expand Down

0 comments on commit 2ed2eab

Please sign in to comment.