Merge pull request #6372 from ajefr/patch-1

typo
This commit is contained in:
Andrés 2018-03-08 15:25:06 -05:00 committed by GitHub
commit 07ecc641fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,7 +359,7 @@ static bool gfx_ctx_vc_set_video_mode(void *data,
return true; 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; return vc_api;
} }