summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2.c')
-rw-r--r--osdep/getch2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2.c b/osdep/getch2.c
index a4226415f0..0d04de87b5 100644
--- a/osdep/getch2.c
+++ b/osdep/getch2.c
@@ -244,7 +244,7 @@ void getch2_disable(void){
}
#ifdef USE_ICONV
-char* get_term_charset()
+char* get_term_charset(void)
{
char* charset = NULL;
#ifdef USE_LANGINFO