Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 29, 2006
1 parent 559d18c commit 3fc3191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/dsp/SDL_dspaudio.c
Expand Up @@ -324,7 +324,7 @@ static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec)
mixlen = spec->size;
mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
if ( mixbuf == NULL ) {
DSP_CloseAudio(this);
DSP_CloseAudio(this);
return(-1);
}
memset(mixbuf, spec->silence, spec->size);
Expand Down

0 comments on commit 3fc3191

Please sign in to comment.