From: Yang Tse Date: Fri, 23 Mar 2007 12:09:16 +0000 (+0000) Subject: fix leftover in previous commit X-Git-Tag: curl-7_16_2~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047cd1a5339628884a1572a1273e55d1cca951c1;p=thirdparty%2Fcurl.git fix leftover in previous commit --- diff --git a/lib/sendf.h b/lib/sendf.h index 1a5d033fdd..b3c3136d10 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -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