Commit 8c2c4e21 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent c25383ae
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 */