Skip to content

Commit

Permalink
Whoops, missing newline!
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 19, 2009
1 parent 180e51a commit d831b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/alsa/SDL_alsa_audio.c
Expand Up @@ -327,7 +327,7 @@ static void ALSA_PlayAudio(_THIS)
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;
}
Expand Down

0 comments on commit d831b1e

Please sign in to comment.