mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
Fix strict-prototypes GCC warning
As seen in the MinGW autobuilds. Caused by commit
f26bc29cfe
.
This commit is contained in:
parent
87ba80a6df
commit
50f1bb2632
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user