mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
metalink_cleanup: define it without argument
Since the function takes no argument, the macro shouldn't take one as some compilers will error out on that.
This commit is contained in:
parent
c25383ae13
commit
8c2c4e21b3
@ -155,7 +155,9 @@ void metalink_cleanup(void);
|
||||
|
||||
#define count_next_metalink_resource(x) 0
|
||||
#define clean_metalink(x) Curl_nop_stmt
|
||||
#define metalink_cleanup(x) Curl_nop_stmt
|
||||
|
||||
/* metalink_cleanup() takes no arguments */
|
||||
#define metalink_cleanup Curl_nop_stmt
|
||||
|
||||
#endif /* USE_METALINK */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user