diff options
Diffstat (limited to 'test/missing_descriptor.lv2')
-rw-r--r-- | test/missing_descriptor.lv2/missing_descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/missing_descriptor.lv2/missing_descriptor.c b/test/missing_descriptor.lv2/missing_descriptor.c index 0aa2050..2902850 100644 --- a/test/missing_descriptor.lv2/missing_descriptor.c +++ b/test/missing_descriptor.lv2/missing_descriptor.c @@ -17,4 +17,4 @@ #include "lv2/lv2plug.in/ns/lv2core/lv2.h" -LV2_SYMBOL_EXPORT const char* msg = "this is not the thing you're looking for"; +const char* msg = "this is not the thing you're looking for"; |