changeset 245:82a37ef73ae9

Whoops; fixing a compiling bug I introduced.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 04 Feb 2002 20:06:53 +0000
parents f8ac7389f3a0
children 170b1400e060
files decoders/shn.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/decoders/shn.c	Mon Feb 04 18:48:33 2002 +0000
+++ b/decoders/shn.c	Mon Feb 04 20:06:53 2002 +0000
@@ -423,7 +423,8 @@
             mean = 0x8000;
             break;
         default:
-            BAIL_MACRO("SHN: unknown file type", 0);
+            Sound_SetError("SHN: unknown file type");
+            return;
     } /* switch */
 
     for(chan = 0; chan < nchan; chan++)