[client] egl: nit, fix case of function name

This commit is contained in:
Geoffrey McRae
2021-01-24 12:18:56 +11:00
parent 6990d7f7e3
commit 88b15cb3fe
3 changed files with 3 additions and 3 deletions

View File

@@ -29,4 +29,4 @@ struct EGLDynProcs
extern struct EGLDynProcs g_dynprocs;
void egl_DynProcsInit(void);
void egl_dynProcsInit(void);