diff options
author | David Robillard <d@drobilla.net> | 2011-07-07 23:11:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-07 23:11:33 +0000 |
commit | 273d983e26e326513cb52c925eb15cb247c22560 (patch) | |
tree | b05aa1193141caa334be5fa56045d5841db07bae /plugins/eg-amp.lv2 | |
parent | cf303b78414279edb2b0cae6c95471260039e806 (diff) | |
download | lv2-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.c | 2 |
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; } |