diff mp_msg.c @ 22886:71b3e04d0555

"()" to "(void)" function param list fixes patch from Stefan Huehner, stefan huehner org
author uau
date Sun, 01 Apr 2007 21:59:54 +0000
parents 3d3b328fcfb3
children 17bf4f4b0715
line wrap: on
line diff
--- a/mp_msg.c	Sun Apr 01 21:58:45 2007 +0000
+++ b/mp_msg.c	Sun Apr 01 21:59:54 2007 +0000
@@ -11,7 +11,7 @@
 #ifdef USE_ICONV
 #include <iconv.h>
 #include <errno.h>
-extern char* get_term_charset();
+extern char* get_term_charset(void);
 #endif
 
 #if defined(FOR_MENCODER)