mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
fix error message (bug 816876)
This commit is contained in:
parent
5fd77da4f6
commit
facb597f48
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue