Skip to content
Snippets Groups Projects
Commit 047cd1a5 authored by Yang Tse's avatar Yang Tse
Browse files

fix leftover in previous commit

parent f9eb61e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment