Fix newline typo.

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

View File

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