diff options
author | David Robillard <d@drobilla.net> | 2015-10-29 04:32:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-29 04:32:16 +0000 |
commit | 32a4463b56b249d955909585f070077cdfefc353 (patch) | |
tree | 42fb34d15572444fb526cc0276e0cae8adf7358c /src | |
parent | db1f21708808e2ad01292f08deb8da1788db6ee8 (diff) | |
download | lilv-32a4463b56b249d955909585f070077cdfefc353.tar.gz lilv-32a4463b56b249d955909585f070077cdfefc353.tar.bz2 lilv-32a4463b56b249d955909585f070077cdfefc353.zip |
Fix comment
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5798 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index ad98559..05533db 100644 --- a/src/world.c +++ b/src/world.c @@ -383,7 +383,7 @@ lilv_world_add_plugin(LilvWorld* world, if (plugin) { // Existing plugin, if this is different bundle, ignore it - // (use the first plug found in LV2_PATH) + // (use the first plugin found in LV2_PATH) const LilvNode* last_bundle = lilv_plugin_get_bundle_uri(plugin); const char* plugin_uri_str = lilv_node_as_uri(plugin_uri); if (sord_node_equals(bundle, last_bundle->node)) { |