diff src/audio/SDL_audio.c @ 3040:62d4992e5a92

indent
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jan 2009 04:25:32 +0000
parents 77c3e67f0740
children ae4e80dbe330
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Jan 13 23:27:08 2009 +0000
+++ b/src/audio/SDL_audio.c	Wed Jan 14 04:25:32 2009 +0000
@@ -370,7 +370,7 @@
             silence = 0;
         }
 
-#if 0  /* !!! FIXME: I took len_div out of the structure. Use rate_incr instead? */
+#if 0                           /* !!! FIXME: I took len_div out of the structure. Use rate_incr instead? */
         /* If the result of the conversion alters the length, i.e. resampling is being used, use the streamer */
         if (device->convert.len_mult != 1 || device->convert.len_div != 1) {
             /* The streamer's maximum length should be twice whichever is larger: spec.size or len_cvt */