aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-01 22:41:00 +0000
committerDavid Robillard <d@drobilla.net>2011-03-01 22:41:00 +0000
commitd6b7706300fd7cff0565b16764f42920da34a5ff (patch)
treefab0832c5c41f4f175da74370e32419751174dfc /ext
parentdfee84e5006aa5ff131c1ebc0b6cce50c1276b8f (diff)
downloadlv2-d6b7706300fd7cff0565b16764f42920da34a5ff.tar.xz
Fix incomplete Turtle fragment in example.
Diffstat (limited to 'ext')
-rw-r--r--ext/dyn-manifest.lv2/dyn-manifest.h2
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.
*/