gfx_ctx_drm_egl_bind_api - return false at the end

This commit is contained in:
twinaphex 2015-04-09 05:29:24 +02:00
parent dc10606b23
commit ff398fe6c8

View File

@ -935,6 +935,8 @@ static bool gfx_ctx_drm_egl_bind_api(void *data,
default:
return false;
}
return false;
}
static void gfx_ctx_drm_egl_bind_hw_render(void *data, bool enable)