From 157dcad87b8b08794c3c3e8f22a59d25c1f41e3d Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 22 Sep 2011 13:15:16 +0300 Subject: [PATCH] Fix newline typo. --- gfx/gfx_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c index 342449543c..2f2ee6d517 100644 --- a/gfx/gfx_common.c +++ b/gfx/gfx_common.c @@ -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);