summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index c5a0a1b9e7..d31998f586 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -496,7 +496,7 @@ void MP3_Init(void){
#if 0
-void MP3_Close(){
+void MP3_Close(void){
MP3_eof=1;
if(mp3_file) fclose(mp3_file);
mp3_file=NULL;
@@ -565,7 +565,7 @@ void MP3_PrintHeader(void){
#include "genre.h"
// Read & print ID3 TAG. Do not call when playing!!! returns filesize.
-int MP3_PrintTAG(){
+int MP3_PrintTAG(void){
struct id3tag {
char tag[3];
char title[30];