ecere/gfx/drivers/OpenGL: fixed missing return statement on failure in new integratio...
authorJerome St-Louis <jerome@ecere.com>
Mon, 17 Mar 2014 22:43:03 +0000 (18:43 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 18 Mar 2014 00:48:25 +0000 (20:48 -0400)
ecere/src/gfx/drivers/OpenGLDisplayDriver.ec

index 278a51d..6715480 100644 (file)
@@ -3893,6 +3893,7 @@ default dllexport void * __attribute__((stdcall)) IS_GLGetContext(DisplaySystem
       return system.glContext;
 #endif
    }
+   return null;
 }
 
 #endif