diff options
Diffstat (limited to 'src/glut/glx/win32_util.c')
-rw-r--r-- | src/glut/glx/win32_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/win32_util.c b/src/glut/glx/win32_util.c index d00a24210bc..8dc714c035d 100644 --- a/src/glut/glx/win32_util.c +++ b/src/glut/glx/win32_util.c @@ -70,6 +70,7 @@ __glutFont(void *font) } __glutFatalError("out of memory."); /* NOTREACHED */ + return NULL; /* MSVC compiler complains if there is no return at all */ } int |