*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@126 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2003-09-15 17:19:48 +00:00
parent 2bf5b39730
commit c3f7097c66
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
static FILE* f;
static void glewPrintExt (const GLubyte* name, GLboolean defined)
static void glewPrintExt (const GLubyte* name, GLint defined)
{
unsigned int i;
fprintf(f, "\n%s:", name);
@ -49,7 +49,7 @@ static void glewPrintExt (const GLubyte* name, GLboolean defined)
fflush(f);
}
static void glewInfoFunc (const GLubyte* name, GLboolean undefined)
static void glewInfoFunc (const GLubyte* name, GLint undefined)
{
unsigned int i;
fprintf(f, " %s:", name);