Fixed a MacOS specific compile error.

This commit is contained in:
Miklos Fazekas 1999-10-16 12:53:37 +00:00
parent bc95b2f07e
commit b9d8c77ca6
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
#if defined(GLX_DIRECT_RENDERING)
return "Mesa Glide - DRI VB/V3";
#else
return "Mesa Glide";
return (GLubyte*)"Mesa Glide";
#endif
default:
return NULL;