mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
fix typo
This commit is contained in:
parent
75e3154422
commit
3cdab58d4e
@ -25,7 +25,7 @@ GLenum eglewInit (EGLDisplay display)
|
|||||||
if (!initialize || !queryString)
|
if (!initialize || !queryString)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
/* query EGK version */
|
/* query EGL version */
|
||||||
if (initialize(display, &major, &minor) != EGL_TRUE)
|
if (initialize(display, &major, &minor) != EGL_TRUE)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user