diff src/madplug/replaygain.c @ 2497:ed6c81bd9016

Include cleanups, part #2.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 14:55:14 +0300
parents 809736eb47d9
children 9fd51b549097
line wrap: on
line diff
--- a/src/madplug/replaygain.c	Mon Mar 31 14:00:33 2008 +0300
+++ b/src/madplug/replaygain.c	Mon Mar 31 14:55:14 2008 +0300
@@ -65,6 +65,9 @@
     return res;
 }
 
+/* Check for APE tag header in current file position, and read
+ * header data into given structure. Return 0 if OK.
+ */
 static gint checkAPEHeader(VFSFile * fp, ape_header_t *hdr)
 {
     /* Get magic id and check it */
@@ -90,7 +93,8 @@
     return 0;
 }
 
-// Reads APE v2.0 tag ending at current pos in fp
+/* Reads APE v2.0 tag ending at current pos in fp
+ */
 static gint
 readAPE2Tag(VFSFile * fp, struct mad_info_t *file_info)
 {