diff osdep/getch2.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 56a0b0f8a66e
children 50e1e79056b6
line wrap: on
line diff
--- a/osdep/getch2.c	Sun Apr 01 21:58:45 2007 +0000
+++ b/osdep/getch2.c	Sun Apr 01 21:59:54 2007 +0000
@@ -244,7 +244,7 @@
 }
 
 #ifdef USE_ICONV
-char* get_term_charset()
+char* get_term_charset(void)
 {
     char* charset = NULL;
 #ifdef USE_LANGINFO