summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 23f422407c..ed98c70214 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -24,7 +24,7 @@ int mp_msg_levels[MSGT_MAX]; // verbose level of this module. inited to 2
int mp_msg_level_all = MSGL_STATUS;
int verbose = 0;
-void mp_msg_init(){
+void mp_msg_init(void){
int i;
char *env = getenv("MPLAYER_VERBOSE");
if (env)