Mercurial > sdl-ios-xcode
diff src/audio/dsp/SDL_dspaudio.c @ 1281:644b39bf7253
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 06:40:13 +0000 |
parents | c5dedfdb4e42 |
children | c9b51268668f |
line wrap: on
line diff
--- a/src/audio/dsp/SDL_dspaudio.c Sun Jan 29 06:11:38 2006 +0000 +++ b/src/audio/dsp/SDL_dspaudio.c Sun Jan 29 06:40:13 2006 +0000 @@ -324,7 +324,7 @@ 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);