diff options
author | David Robillard <d@drobilla.net> | 2011-03-01 22:41:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-01 22:41:00 +0000 |
commit | d6b7706300fd7cff0565b16764f42920da34a5ff (patch) | |
tree | fab0832c5c41f4f175da74370e32419751174dfc /ext/dyn-manifest.lv2/dyn-manifest.h | |
parent | dfee84e5006aa5ff131c1ebc0b6cce50c1276b8f (diff) | |
download | lv2-d6b7706300fd7cff0565b16764f42920da34a5ff.tar.xz |
Fix incomplete Turtle fragment in example.
Diffstat (limited to 'ext/dyn-manifest.lv2/dyn-manifest.h')
-rw-r--r-- | ext/dyn-manifest.lv2/dyn-manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dyn-manifest.lv2/dyn-manifest.h b/ext/dyn-manifest.lv2/dyn-manifest.h index 00e46fd..45e7549 100644 --- a/ext/dyn-manifest.lv2/dyn-manifest.h +++ b/ext/dyn-manifest.lv2/dyn-manifest.h @@ -192,7 +192,7 @@ int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle * handle, * example, if the library exposes a regular LV2 plugin, it should output only a * triple like the following: * - * <http://www.example.com/plugin/uri> a lv2:Plugin; + * <http://www.example.com/plugin/uri> a lv2:Plugin . * * This function MUST return 0 on success, otherwise a non-zero error code. */ |