changeset 1281:644b39bf7253

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Jan 2006 06:40:13 +0000
parents f61f045343d3
children 217f5d5a49e5
files src/audio/dsp/SDL_dspaudio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);