From 81caf152378d935c3ee5ae18f7fe91ab0b81c41f Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 22 May 2002 06:11:50 +0000 Subject: [PATCH] Should have done this a year ago --- zsnes/src/linux/sdllink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/linux/sdllink.c b/zsnes/src/linux/sdllink.c index fff900f5..c1580b25 100644 --- a/zsnes/src/linux/sdllink.c +++ b/zsnes/src/linux/sdllink.c @@ -589,7 +589,7 @@ int startgame(void) if (SDL_Init(SDL_INIT_AUDIO | SDL_INIT_TIMER | SDL_INIT_VIDEO) < 0) { - fprintf(stderr, "Could not initialize SDL!\n"); + fprintf(stderr, "Could not initialize SDL: %s", SDL_GetError()); return FALSE; } sdl_state = vid_none;