changeset 1281 | 644b39bf7253 |
parent 1037 | c5dedfdb4e42 |
child 1312 | c9b51268668f |
--- 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);