Mercurial > SDL_sound_CoreAudio
diff decoders/shn.c @ 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 | 12a9c2e0b00f |
children | ca43129df299 |
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++)