From 4474b18c8d71adaa3b9253c03d985e4dfc157dfe Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 11 Oct 2012 00:21:08 +0200 Subject: [PATCH] Minor nit. --- gfx/context/wgl_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/context/wgl_ctx.c b/gfx/context/wgl_ctx.c index 8486ce3267..1341abf537 100644 --- a/gfx/context/wgl_ctx.c +++ b/gfx/context/wgl_ctx.c @@ -27,7 +27,7 @@ static HWND g_hwnd; static HGLRC g_hrc; static HDC g_hdc; -static HMONITOR g_last_hm = 0; +static HMONITOR g_last_hm; static bool g_quit; static bool g_inited;