changeset 40:c15396fc0e55

Fixed incorrect comment, by Torbj�rn Andersson. :)
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Sep 2001 07:57:52 +0000
parents eeb874083218
children 0d5ff5679523
files decoders/wav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/decoders/wav.c	Thu Sep 20 07:57:29 2001 +0000
+++ b/decoders/wav.c	Thu Sep 20 07:57:52 2001 +0000
@@ -158,7 +158,7 @@
     data->chunkSize = SDL_SwapLE32(data->chunkSize);
 
     return(1);
-} /* read_fmt_chunk */
+} /* read_data_chunk */
 
 
 static int find_chunk(SDL_RWops *rw, Uint32 id)