summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2-win.c')
-rw-r--r--osdep/getch2-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c
index a20f1331f0..002d39d4a6 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -157,7 +157,7 @@ static const struct {
{ 0, NULL }
};
-char* get_term_charset()
+char* get_term_charset(void)
{
static char codepage[10];
unsigned i, cpno = GetConsoleOutputCP();