woollybah %!s(int64=10) %!d(string=hai) anos
pai
achega
778325e650
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sdlgraphics.mod/glue.c

+ 1 - 1
sdlgraphics.mod/glue.c

@@ -124,7 +124,7 @@ BBSDLContext *bbSDLGraphicsCreateGraphics( int width,int height,int depth,int hz
 		
 	if (window == NULL) {
 printf("error... %s\n", SDL_GetError());fflush(stdout);
-		return;
+		return NULL;
 	}
 
 	SDL_GL_SetSwapInterval(-1);