diff decoders/smpeg.c @ 351:069ce624d6cf

FIXME cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:12:13 +0000
parents 1b33baef9bf9
children f11c10ffa31a
line wrap: on
line diff
--- a/decoders/smpeg.c	Thu Jun 06 18:56:45 2002 +0000
+++ b/decoders/smpeg.c	Thu Jun 06 19:12:13 2002 +0000
@@ -151,7 +151,7 @@
         if (mp3_magic[0] != 0xFF || (mp3_magic[1] & 0xF0) != 0xF0)
             BAIL_MACRO("MP3: Not an MP3 stream.", 0);
 
-            /* !!! FIXME: If the seek fails, we'll probably miss a frame */
+            /* If the seek fails, we'll probably miss a frame, but oh well */
         SDL_RWseek(internal->rw, -sizeof (mp3_magic), SEEK_CUR);
     } /* if */