mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +00:00
Fix newline typo.
This commit is contained in:
parent
8ea5ba171a
commit
157dcad87b
@ -84,7 +84,7 @@ void gfx_set_dwm(void)
|
|||||||
dwmlib = dylib_load("dwmapi.dll");
|
dwmlib = dylib_load("dwmapi.dll");
|
||||||
if (!dwmlib)
|
if (!dwmlib)
|
||||||
{
|
{
|
||||||
SSNES_LOG("Did not find dwmapi.dll");
|
SSNES_LOG("Did not find dwmapi.dll.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
atexit(gfx_dwm_shutdown);
|
atexit(gfx_dwm_shutdown);
|
||||||
|
Loading…
Reference in New Issue
Block a user