(drm_egl_ctx.c) Cleanup

This commit is contained in:
twinaphex 2015-04-16 23:04:22 +02:00
parent 3a6e369516
commit 94b1f2f54f

View File

@ -933,7 +933,7 @@ static bool gfx_ctx_drm_egl_bind_api(void *data,
case GFX_CTX_OPENVG_API:
return eglBindAPI(EGL_OPENVG_API);
default:
return false;
break;
}
return false;