Mercurial > SDL_sound_CoreAudio
comparison 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 |
comparison
equal
deleted
inserted
replaced
241:f62f7d58e4f4 | 242:12a9c2e0b00f |
---|---|
396 | 396 |
397 return((int) ch); | 397 return((int) ch); |
398 } /* determine_shn_version */ | 398 } /* determine_shn_version */ |
399 | 399 |
400 | 400 |
401 static int init_shn_offset(Sint32 **offset, int nchan, int nblock, int ftype) | 401 static void init_shn_offset(Sint32 **offset, int nchan, int nblock, int ftype) |
402 { | 402 { |
403 Sint32 mean = 0; | 403 Sint32 mean = 0; |
404 int chan; | 404 int chan; |
405 | 405 |
406 switch (ftype) | 406 switch (ftype) |