Pandora: Fixed SDL version in debug output.
--- a/src/video/pandora/SDL_pandora.c Tue Jul 19 21:01:30 2016 +0200
+++ b/src/video/pandora/SDL_pandora.c Tue Jul 19 21:02:09 2016 +0200
@@ -628,12 +628,12 @@
hNativeWnd = (NativeWindowType)malloc(16*1024);
if(!hNativeWnd)
- printf( "Error : Wiz framebuffer allocatation failed\n" );
+ printf( "Error: Wiz framebuffer allocatation failed\n" );
else
- printf( "SDL13: Wiz framebuffer allocated: %X\n", hNativeWnd );
+ printf( "SDL: Wiz framebuffer allocated: %X\n", hNativeWnd );
}
else {
- printf( "SDL13: Wiz framebuffer already allocated: %X\n", hNativeWnd );
+ printf( "SDL: Wiz framebuffer already allocated: %X\n", hNativeWnd );
}
wdata->gles_surface =
@@ -837,7 +837,7 @@
{
free(hNativeWnd);
hNativeWnd = 0;
- printf( "SDL13: Wiz framebuffer released\n" );
+ printf( "SDL: Wiz framebuffer released\n" );
}
#endif