summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 87ab7dc4b7..9ac4bf4065 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -523,7 +523,7 @@ int MP3_DecodeFrame(unsigned char *hova,short single){
}
// Prints last frame header in ascii.
-void MP3_PrintHeader(){
+void MP3_PrintHeader(void){
static char *modes[4] = { "Stereo", "Joint-Stereo", "Dual-Channel", "Single-Channel" };
static char *layers[4] = { "???" , "I", "II", "III" };