1
0
mirror of https://github.com/moparisthebest/curl synced 2024-10-31 23:55:01 -04:00

fix yet another leftover in previous commit

This commit is contained in:
Yang Tse 2007-03-23 12:13:08 +00:00
parent 047cd1a533
commit 0f634a0c89

View File

@ -45,7 +45,7 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
#else #else
#if (defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) #if defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
#define infof(...) do { } while (0) #define infof(...) do { } while (0)
#elif defined(__GNUC__) #elif defined(__GNUC__)
#define infof(x...) do { } while (0) #define infof(x...) do { } while (0)