diff decoders/aiff.c @ 400:9d0b5ec9cc26

FIXME cleanups.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 11 Jul 2002 05:28:52 +0000
parents fb519e6028e3
children c66080364dff 45ee760a6f5a
line wrap: on
line diff
--- a/decoders/aiff.c	Thu Jul 11 05:28:33 2002 +0000
+++ b/decoders/aiff.c	Thu Jul 11 05:28:52 2002 +0000
@@ -279,7 +279,6 @@
     ssnd->blockSize = SDL_SwapBE32(ssnd->blockSize);
 
     /* Leave the SDL_RWops position indicator at the start of the samples */
-    /* !!! FIXME: Int? Really? */
     if (SDL_RWseek(rw, (int) ssnd->offset, SEEK_CUR) == -1)
         return(0);