aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-07 23:11:33 +0000
committerDavid Robillard <d@drobilla.net>2011-07-07 23:11:33 +0000
commit273d983e26e326513cb52c925eb15cb247c22560 (patch)
treeb05aa1193141caa334be5fa56045d5841db07bae /plugins/eg-amp.lv2
parentcf303b78414279edb2b0cae6c95471260039e806 (diff)
downloadlv2-273d983e26e326513cb52c925eb15cb247c22560.tar.xz
Add stub LV2 persist support to sampler plugin.
Diffstat (limited to 'plugins/eg-amp.lv2')
-rw-r--r--plugins/eg-amp.lv2/amp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c
index 3fca0c0..d5e6bea 100644
--- a/plugins/eg-amp.lv2/amp.c
+++ b/plugins/eg-amp.lv2/amp.c
@@ -102,7 +102,7 @@ cleanup(LV2_Handle instance)
}
const void*
-extension_data(const char * uri)
+extension_data(const char* uri)
{
return NULL;
}