diff options
author | David Robillard <d@drobilla.net> | 2012-02-19 05:16:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-19 05:16:11 +0000 |
commit | ee0a6b46e0dc5d86fbafe2a44074b155b67fe700 (patch) | |
tree | a8b0593572804691a19700ed22aee07851c2da3d /lv2/lv2plug.in/ns/ext/atom/atom-test.c | |
parent | 306174bddca167b90318674dc95311780258ee9f (diff) | |
download | lv2-ee0a6b46e0dc5d86fbafe2a44074b155b67fe700.tar.xz |
Fix URI typo.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom-test.c')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom-test.c | 2 |
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 |