diff decoders/shn.c @ 351:069ce624d6cf

FIXME cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:12:13 +0000
parents c97be6e1bd27
children cbb15ecf423a
line wrap: on
line diff
--- a/decoders/shn.c	Thu Jun 06 18:56:45 2002 +0000
+++ b/decoders/shn.c	Thu Jun 06 19:12:13 2002 +0000
@@ -1327,7 +1327,7 @@
 
 static int SHN_seek(Sound_Sample *sample, Uint32 ms)
 {
-    BAIL_MACRO("!!! FIXME: Not implemented", 0);
+    BAIL_MACRO("SHN: Seeking not implemented", 0);
 } /* SHN_seek */