From: Yang Tse Date: Fri, 23 Mar 2007 12:13:08 +0000 (+0000) Subject: fix yet another leftover in previous commit X-Git-Tag: curl-7_16_2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f634a0c899b2c21a4f7f4af480d94937bd81bf4;p=thirdparty%2Fcurl.git fix yet another leftover in previous commit --- diff --git a/lib/sendf.h b/lib/sendf.h index b3c3136d10..2c6db90b46 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -45,7 +45,7 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...); #else -#if (defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) +#if defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) #define infof(...) do { } while (0) #elif defined(__GNUC__) #define infof(x...) do { } while (0)