*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@128 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2003-09-17 17:52:44 +00:00
parent c3f7097c66
commit 96541c0e4c

View File

@ -258,7 +258,7 @@ OpenGL functionality. For example:
...
glutInit(&argc, argv);
glutCreateWindow("GLEW Test");
int err = glewInit();
GLenum err = glewInit();
if (GLEW_OK != err)
{
/* problem: glewInit failed, something is seriously wrong */