From ee0a6b46e0dc5d86fbafe2a44074b155b67fe700 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Feb 2012 05:16:11 +0000 Subject: Fix URI typo. --- lv2/lv2plug.in/ns/ext/atom/atom-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2') 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 -- cgit v1.2.1