mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
fix yet another leftover in previous commit
This commit is contained in:
parent
047cd1a533
commit
0f634a0c89
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue