(svn r3458) -Fix: forgot one instance in last commit

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 0d010c97e6
commit 0bcdd910f9

@ -64,7 +64,7 @@ static const char *LoadSdlDLL(void)
{
if (sdl_proc.SDL_Init != NULL)
return NULL;
if (!LoadLibraryList((Function*)&sdl_proc, sdl_files))
if (!LoadLibraryList((Function *)(void *)&sdl_proc, sdl_files))
return "Unable to load sdl.dll";
return NULL;
}

Loading…
Cancel
Save