fix error message (bug 816876)

This commit is contained in:
Brian Paul 2003-10-03 14:37:18 +00:00
parent 5fd77da4f6
commit facb597f48

View file

@ -66,7 +66,7 @@ __glutFont(void *font)
case (int)GLUT_BITMAP_HELVETICA_18:
return &glutBitmapHelvetica18;
}
__glutFatalError("out of memory.");
__glutFatalError("font not found.");
/* NOTREACHED */
return NULL; /* MSVC compiler complains if there is no return at all */
}