From 98f8ed637c940fd73475e252c83b3d8bc1eaeea5 Mon Sep 17 00:00:00 2001 From: ajefr Date: Thu, 8 Mar 2018 21:19:00 +0100 Subject: [PATCH] typo stati -> static --- 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 b3305bb971..12951f439d 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; } -stati bool gfx_ctx_api gfx_ctx_vc_get_api(void *data) +static bool gfx_ctx_api gfx_ctx_vc_get_api(void *data) { return vc_api; }