diff options
author | David Robillard <d@drobilla.net> | 2010-10-05 15:25:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-05 15:25:32 +0000 |
commit | ae26daca94382386f314da42f29b64dbb4319ce4 (patch) | |
tree | f698d57a5a09106df610b4c4d83ba0b6d458844b /ext/atom.lv2/atom.h | |
parent | cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (diff) | |
download | lv2-ae26daca94382386f314da42f29b64dbb4319ce4.tar.xz |
Clean up atom extension documentation.
Diffstat (limited to 'ext/atom.lv2/atom.h')
-rw-r--r-- | ext/atom.lv2/atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/atom.lv2/atom.h b/ext/atom.lv2/atom.h index fe7a373..51fb817 100644 --- a/ext/atom.lv2/atom.h +++ b/ext/atom.lv2/atom.h @@ -29,7 +29,7 @@ #ifndef LV2_ATOM_H #define LV2_ATOM_H -#define LV2_ATOM_URI "http://lv2plug.in/ns/ext/atom" +#define LV2_ATOM_URI "http://lv2plug.in/ns/ext/atom" #define LV2_BLOB_SUPPORT_URI "http://lv2plug.in/ns/ext/atom#blobSupport" #define LV2_ATOM_REFERENCE_TYPE 0 |