changeset 4364:ae3d564e2716 SDL-1.2

Whoops, missing newline!
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 06:01:58 +0000
parents 028d26915548
children d91a8026e0aa
files src/audio/alsa/SDL_alsa_audio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c	Mon Oct 19 05:59:07 2009 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.c	Mon Oct 19 06:01:58 2009 +0000
@@ -327,7 +327,7 @@
 			status = SDL_NAME(snd_pcm_recover)(pcm_handle, status, 0);
 			if ( status < 0 ) {
 				/* Hmm, not much we can do - abort */
-				fprintf(stderr, "ALSA write failed (unrecoverable): %s", SDL_NAME(snd_strerror)(status));
+				fprintf(stderr, "ALSA write failed (unrecoverable): %s\n", SDL_NAME(snd_strerror)(status));
 				this->enabled = 0;
 				return;
 			}