diff options
Diffstat (limited to 'tools/lv2apply.c')
-rw-r--r-- | tools/lv2apply.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lv2apply.c b/tools/lv2apply.c index 9c74bf3..4f95b2d 100644 --- a/tools/lv2apply.c +++ b/tools/lv2apply.c @@ -112,8 +112,7 @@ cleanup(int status, LV2Apply* self) } /** Print a fatal error and clean up for exit. */ -LILV_LOG_FUNC(3, 4) -static int +LILV_LOG_FUNC(3, 4) static int fatal(LV2Apply* self, int status, const char* fmt, ...) { va_list args; |