diff decoders/shn.c @ 242:12a9c2e0b00f

Fixed compiler warnings (thanks, Darrell!)
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 04 Feb 2002 13:57:26 +0000
parents 15a3b1a1291c
children 82a37ef73ae9
line wrap: on
line diff
--- a/decoders/shn.c	Mon Feb 04 13:56:03 2002 +0000
+++ b/decoders/shn.c	Mon Feb 04 13:57:26 2002 +0000
@@ -398,7 +398,7 @@
 } /* determine_shn_version */
 
 
-static int init_shn_offset(Sint32 **offset, int nchan, int nblock, int ftype)
+static void init_shn_offset(Sint32 **offset, int nchan, int nblock, int ftype)
 {
     Sint32 mean = 0;
     int chan;