From: Daniel Stenberg Date: Fri, 15 Feb 2013 12:45:28 +0000 (+0100) Subject: metalink_cleanup: yet another follow-up fix X-Git-Tag: curl-7_30_0~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=154bf3d699bdd5ba8d2649b3f77a21b5b7856818;p=thirdparty%2Fcurl.git metalink_cleanup: yet another follow-up fix --- diff --git a/src/tool_metalink.h b/src/tool_metalink.h index c31edcd72f..a7ff0e8228 100644 --- a/src/tool_metalink.h +++ b/src/tool_metalink.h @@ -157,7 +157,7 @@ void metalink_cleanup(void); #define clean_metalink(x) Curl_nop_stmt /* metalink_cleanup() takes no arguments */ -#define metalink_cleanup Curl_nop_stmt +#define metalink_cleanup() Curl_nop_stmt #endif /* USE_METALINK */