mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
fix leftover in previous commit
This commit is contained in:
parent
f9eb61e90a
commit
047cd1a533
@ -55,6 +55,10 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
||||
#else /* CURL_DISABLE_VERBOSE_STRINGS */
|
||||
|
||||
#define infof Curl_infof
|
||||
|
||||
#endif /* CURL_DISABLE_VERBOSE_STRINGS */
|
||||
|
||||
#define failf Curl_failf
|
||||
|
Loading…
Reference in New Issue
Block a user