opendingux: Properly close #ifdef macro

This commit is contained in:
Lioncash 2016-11-25 12:23:35 -05:00
parent 3bd4739cee
commit 5a5a54ef91

View File

@ -255,7 +255,7 @@ static gfx_ctx_proc_t gfx_ctx_opendingux_get_proc_address(const char *symbol)
{
#ifdef HAVE_EGL
return egl_get_proc_address(symbol);
#else
#endif
}
static void gfx_ctx_opendingux_bind_hw_render(void *data, bool enable)