1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-20 11:42:25 +00:00

Fix newline typo.

This commit is contained in:
Themaister 2011-09-22 13:15:16 +03:00
parent 8ea5ba171a
commit 157dcad87b

@ -84,7 +84,7 @@ void gfx_set_dwm(void)
dwmlib = dylib_load("dwmapi.dll");
if (!dwmlib)
{
SSNES_LOG("Did not find dwmapi.dll");
SSNES_LOG("Did not find dwmapi.dll.\n");
return;
}
atexit(gfx_dwm_shutdown);