Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed compile issue
  • Loading branch information
slouken committed Sep 28, 2009
1 parent d34e749 commit 25b5155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/fbcon/SDL_fbvideo.c
Expand Up @@ -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);
Expand Down

0 comments on commit 25b5155

Please sign in to comment.