*** empty log message ***

This commit is contained in:
Sam Lantinga
2006-01-29 06:40:13 +00:00
parent b5cd6b001c
commit 8e7e19bb8e

View File

@@ -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);