mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:57:17 +03:00
metalink_cleanup: yet another follow-up fix
This commit is contained in:
parent
8c2c4e21b3
commit
154bf3d699
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue