Merge pull request #4066 from lioncash/endif

opendingux: Properly close #ifdef macro
This commit is contained in:
Alcaro 2016-11-25 18:25:25 +01:00 committed by GitHub
commit b0cae5eafb

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)