Skip to content

Commit

Permalink
Disable debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Mar 7, 2005
1 parent 6fc1690 commit 588e1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/xbios/SDL_xbios.c
Expand Up @@ -61,12 +61,12 @@ static char rcsid =
#define XBIOS_VID_DRIVER_NAME "xbios"

/* Debug print info */
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
}
/*#define DEBUG_VIDEO_XBIOS 1*/
#define DEBUG_VIDEO_XBIOS 1
#else
#define DEBUG_PRINT(what)
#undef DEBUG_VIDEO_XBIOS
Expand Down

0 comments on commit 588e1a6

Please sign in to comment.