fix leftover in previous commit

This commit is contained in:
Yang Tse 2007-03-23 12:09:16 +00:00
parent f9eb61e90a
commit 047cd1a533

View File

@ -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