diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-15 13:45:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-15 13:45:28 +0100 |
commit | 154bf3d699bdd5ba8d2649b3f77a21b5b7856818 (patch) | |
tree | 1ae0c294bc5120a44c0455e39aa0b026832d4493 | |
parent | 8c2c4e21b3a28b5860fdd0dd12e67ce73150ca1a (diff) |
metalink_cleanup: yet another follow-up fix
-rw-r--r-- | src/tool_metalink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_metalink.h b/src/tool_metalink.h index c31edcd72..a7ff0e822 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 */ |