diff options
-rw-r--r-- | lib/sendf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |