metalink_cleanup: yet another follow-up fix

This commit is contained in:
Daniel Stenberg 2013-02-15 13:45:28 +01:00
parent 8c2c4e21b3
commit 154bf3d699
1 changed files with 1 additions and 1 deletions

View File

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