Merge pull request #2778 from Kivutar/patch-1

Fix a typo in mali_fbdev_ctx
This commit is contained in:
Alcaro 2016-03-09 19:55:10 +01:00
commit b6c1b9f7a0

View File

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