DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 2ed2eab14b11cdc20c5b83b526e347e96ab4e138
parent 831ad23db5291b1c58beade5dc8fd8ab8d8c9906
Author: falkTX <falktx@gmail.com>
Date:   Fri,  6 Nov 2015 10:04:58 +0100

Fix last commit

Diffstat:
Mdistrho/src/DistrhoPluginLV2export.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 += " <modgui.ttl> .\n"; #else manifestString += " rdfs:seeAlso <" + pluginTTL + "> .\n";