diff --git a/src/fbinit.c b/src/fbinit.c index cf21cbd..61a8bb2 100644 --- a/src/fbinit.c +++ b/src/fbinit.c @@ -117,7 +117,7 @@ HRESULT Fb_setup(void) } /* The splash screen is in the system resources. Use the resource API to load it straight to the frame buffer. */ - hr2 = Rsrc_find_resource(NULL, "splash.bin", NULL, &splash); + hr2 = Rsrc_find_resource((HRESFILE)NULL, "splash.bin", NULL, &splash); if (SUCCEEDED(hr2)) { ASSERT(Rsrc_sizeof_resource(splash) == fixed.smem_len);