summaryrefslogtreecommitdiffstats
path: root/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/failed_lib_descriptor.lv2/failed_lib_descriptor.c')
-rw-r--r--test/failed_lib_descriptor.lv2/failed_lib_descriptor.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
index e24c8d9..180c8ae 100644
--- a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
+++ b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
@@ -21,8 +21,7 @@
LV2_SYMBOL_EXPORT
const LV2_Lib_Descriptor*
-lv2_lib_descriptor(const char* bundle_path,
- const LV2_Feature*const* features)
+lv2_lib_descriptor(const char* bundle_path, const LV2_Feature* const* features)
{
- return NULL;
+ return NULL;
}