diff options
author | Ted Jump <tjump@users.sourceforge.net> | 1999-09-17 03:07:28 +0000 |
---|---|---|
committer | Ted Jump <tjump@users.sourceforge.net> | 1999-09-17 03:07:28 +0000 |
commit | 1f256fd6b39572e16cadb6460b865a128103bf18 (patch) | |
tree | e0461234d70b65b6bef85d41e0d25c4ef31db87b /src/glut/glx/win32_util.c | |
parent | 3849b44d666482a14aac41f4e19a596c420cfa80 (diff) |
Win32 build req't updates
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 d00a24210b..8dc714c035 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 |