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
1 changed files with 1 additions and 1 deletions

View 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)