aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-19 05:16:11 +0000
committerDavid Robillard <d@drobilla.net>2012-02-19 05:16:11 +0000
commitee0a6b46e0dc5d86fbafe2a44074b155b67fe700 (patch)
treea8b0593572804691a19700ed22aee07851c2da3d
parent306174bddca167b90318674dc95311780258ee9f (diff)
downloadlv2-ee0a6b46e0dc5d86fbafe2a44074b155b67fe700.tar.xz
Fix URI typo.
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom-test.c b/lv2/lv2plug.in/ns/ext/atom/atom-test.c
index 7375a17..8e56c79 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom-test.c
+++ b/lv2/lv2plug.in/ns/ext/atom/atom-test.c
@@ -79,7 +79,7 @@ main()
LV2_URID eg_literal = urid_map(NULL, "http://example.org/literal");
LV2_URID eg_tuple = urid_map(NULL, "http://example.org/tuple");
LV2_URID eg_vector = urid_map(NULL, "http://example.org/vector");
- LV2_URID eg_seq = urid_map(NULL, "http: //example.org/seq");
+ LV2_URID eg_seq = urid_map(NULL, "http://example.org/seq");
#define BUF_SIZE 1024
#define NUM_PROPS 14