]> granicus.if.org Git - curl/commitdiff
fix yet another leftover in previous commit
authorYang Tse <yangsita@gmail.com>
Fri, 23 Mar 2007 12:13:08 +0000 (12:13 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 23 Mar 2007 12:13:08 +0000 (12:13 +0000)
lib/sendf.h

index b3c3136d10d512de8f1ec3ea008ebb0aabc781c5..2c6db90b46ac8d8b4a0bfe2d4cecc58c7ea167f5 100644 (file)
@@ -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)