1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix strict-prototypes GCC warning

As seen in the MinGW autobuilds. Caused by commit
f26bc29cfe.
This commit is contained in:
Marcel Raad 2019-02-22 19:12:30 +01:00
parent 87ba80a6df
commit 50f1bb2632

View File

@ -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();