diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-22 18:49:18 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-23 00:17:46 +0200 |
commit | 677db962b41cff95aef64ce923bf0d5de15cca85 (patch) | |
tree | 61347e0f98dd0de4025f82bebcaf7854117fef3a /manifest.ttl.in | |
parent | 681ed06f15908a95c43232dc2bd1e586f1846320 (diff) | |
download | sherlock.lv2-677db962b41cff95aef64ce923bf0d5de15cca85.tar.xz |
fix minimum dimension
Diffstat (limited to 'manifest.ttl.in')
-rw-r--r-- | manifest.ttl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.ttl.in b/manifest.ttl.in index 7b486f1..db67990 100644 --- a/manifest.ttl.in +++ b/manifest.ttl.in @@ -14,7 +14,7 @@ # http://www.perlfoundation.org/artistic_license_2_0. @prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ui: <http://lv2plug.in/ns/extensions/ui#> . @prefix kx: <http://kxstudio.sf.net/ns/lv2ext/external-ui#> . |