diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c index b1e264e8d..a3ec46f55 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -94,7 +94,7 @@ static long init_flags; #ifdef WIN32 /* win32_cleanup() is the opposite of win32_init() */ -static void win32_cleanup() +static void win32_cleanup(void) { #ifdef USE_WINDOWS_SSPI Curl_sspi_global_cleanup(); |