From 0f634a0c899b2c21a4f7f4af480d94937bd81bf4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 23 Mar 2007 12:13:08 +0000 Subject: fix yet another leftover in previous commit --- lib/sendf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/sendf.h b/lib/sendf.h index b3c3136d1..2c6db90b4 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) -- cgit v1.2.3