From 1da67cecf392c72f3446956560da8aa51e8a1fb0 Mon Sep 17 00:00:00 2001 From: ajefr Date: Thu, 8 Mar 2018 21:44:26 +0100 Subject: [PATCH] declaration error --- gfx/drivers_context/vc_egl_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/vc_egl_ctx.c b/gfx/drivers_context/vc_egl_ctx.c index 12951f439d..a485eb4e43 100644 --- a/gfx/drivers_context/vc_egl_ctx.c +++ b/gfx/drivers_context/vc_egl_ctx.c @@ -359,7 +359,7 @@ static bool gfx_ctx_vc_set_video_mode(void *data, return true; } -static bool gfx_ctx_api gfx_ctx_vc_get_api(void *data) +static enum gfx_ctx_api gfx_ctx_vc_get_api(void *data) { return vc_api; }