diff options
author | David Robillard <d@drobilla.net> | 2012-04-13 01:31:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-13 01:31:14 +0000 |
commit | 7c4a4332fe72fda911b5f68a797adcca98915aa2 (patch) | |
tree | 427073999381189ad9b3b7a32d58248788b2d6fa /lv2 | |
parent | 79956ee4eae7573f794ea2d809f62f84984ef29f (diff) | |
download | lv2-7c4a4332fe72fda911b5f68a797adcca98915aa2.tar.xz |
Fix incorrect URI.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-groups/port-groups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h index 841a241..4dd8cf4 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h @@ -23,7 +23,7 @@ #ifndef LV2_PORT_GROUPS_H #define LV2_PORT_GROUPS_H -#define LV2_PORT_GROUPS_URI "http://lv2plug.in/ns/ext/port_groups" +#define LV2_PORT_GROUPS_URI "http://lv2plug.in/ns/ext/port-groups" #define LV2_PORT_GROUPS_PREFIX LV2_PORT_GROUPS_URI "#" #define LV2_PORT_GROUPS__DiscreteGroup LV2_PORT_GROUPS_PREFIX "DiscreteGroup" |