From 97a1c3c55874ef48ea591146ee16fdb0c76a730f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Aug 2012 17:56:44 +0000 Subject: Fix compilation with MSVC. --- lv2/lv2plug.in/ns/ext/log/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns/ext/log') diff --git a/lv2/lv2plug.in/ns/ext/log/log.h b/lv2/lv2plug.in/ns/ext/log/log.h index 8521ea8..2279fa3 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.h +++ b/lv2/lv2plug.in/ns/ext/log/log.h @@ -44,7 +44,7 @@ extern "C" { /** Allow type checking of printf-like functions. */ # define LV2_LOG_FUNC(fmt, arg1) __attribute__((format(printf, fmt, arg1))) #else -# define LV2_LOG_FUNC +# define LV2_LOG_FUNC(fmt, arg1) #endif /** -- cgit v1.2.1