(WGL) Typo buildfix

This commit is contained in:
twinaphex 2016-05-05 17:50:26 +02:00
parent 18e94a5365
commit 493ad4dfb8

View File

@ -462,7 +462,7 @@ static uint32_t gfx_ctx_wgl_get_flags(void *data)
{
BIT32_SET(flags, GFX_CTX_FLAGS_NONE);
}
return falgs;
return flags;
}
static void gfx_ctx_wgl_set_flags(void *data, uint32_t flags)