From 1f256fd6b39572e16cadb6460b865a128103bf18 Mon Sep 17 00:00:00 2001 From: Ted Jump Date: Fri, 17 Sep 1999 03:07:28 +0000 Subject: Win32 build req't updates --- src/glut/glx/win32_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glut/glx/win32_util.c') 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 -- cgit v1.2.3