diff options
author | David Robillard <d@drobilla.net> | 2008-12-13 06:20:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-12-13 06:20:58 +0000 |
commit | 0484bfdcf79e4ce8602b8e3ded3ab364e8790b02 (patch) | |
tree | cec321ccc1e33a7a596fa9e46caa5dfc15b12d44 /src | |
parent | 4e39d42f1b139b57fb984cd21801a46eb2c87d25 (diff) | |
download | lilv-0484bfdcf79e4ce8602b8e3ded3ab364e8790b02.tar.gz lilv-0484bfdcf79e4ce8602b8e3ded3ab364e8790b02.tar.bz2 lilv-0484bfdcf79e4ce8602b8e3ded3ab364e8790b02.zip |
Test successful and failed verification.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1863 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index 3b42f51..ab8e4f8 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -230,7 +230,7 @@ slv2_plugin_load(SLV2Plugin p) } else if (this_index < num_ports) { this_port = slv2_plugin_get_port_by_index(p, this_index); - // Got a port index out of whack, plugin or rasqal is broken + // Got a port index out of whack; plugin or rasqal is broken } else { fprintf(stderr, "ERROR: Found port %d immediately after port %d\n", this_index, num_ports-1); |