From b04c253c060768d9333b9ac1753237f7a051c4dc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 3 Aug 2014 03:30:59 +0200 Subject: [PATCH] (Win32) Fixup build --- 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 3ffaea0944..f6c338f7c6 100644 --- a/gfx/gfx_common.c +++ b/gfx/gfx_common.c @@ -83,7 +83,7 @@ static void gfx_dwm_shutdown(void) static void gfx_init_dwm(void) { static bool inited; - } + if (inited) return; inited = true;