diff options
-rw-r--r-- | src/glut/glx/win32_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/win32_util.c b/src/glut/glx/win32_util.c index d05d1d1e82b..becd823a409 100644 --- a/src/glut/glx/win32_util.c +++ b/src/glut/glx/win32_util.c @@ -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 */ } |