Commit 24c1ef56 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile issue

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403930
parent 0284e3d3
......@@ -1118,8 +1118,10 @@ static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current,
rotate == FBCON_ROTATE_UD) ?
FB_blit16 : FB_blit16blocked;
} else {
#ifdef FBCON_DEBUG
fprintf(stderr, "Init vinfo:\n");
print_vinfo(&vinfo);
#endif
SDL_SetError("Using software buffer, but no blitter "
"function is available for %d bpp.",
vinfo.bits_per_pixel);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment