From 802724c3beaa1ab246f4e2f28df0095e88b66d0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 9 Feb 2013 20:16:02 +0100 Subject: [PATCH] libtext/easy_sprintf.c: dropped redundant parantheses --- libtext/easy_sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtext/easy_sprintf.c b/libtext/easy_sprintf.c index 9632be0..743aa15 100644 --- a/libtext/easy_sprintf.c +++ b/libtext/easy_sprintf.c @@ -22,7 +22,7 @@ #include #include "text.h" -#if !defined(HAVE_VSNPRINTF) && defined(HAVE___VSNPRINTF) +#if !defined HAVE_VSNPRINTF && defined HAVE___VSNPRINTF # define vsnprintf __vsnprintf #endif