summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 21:59:54 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 21:59:54 +0000
commit208d4343ef9689e3b7e3e4ce81cae9987560d7fe (patch)
treee05c309e46d8d78d61fdcf985255e893d5d2554f /osdep/getch2-win.c
parentc40c5b480f10490f1529eb0550c42536c7943bcf (diff)
downloadmpv-208d4343ef9689e3b7e3e4ce81cae9987560d7fe.tar.bz2
mpv-208d4343ef9689e3b7e3e4ce81cae9987560d7fe.tar.xz
"()" to "(void)" function param list fixes
patch from Stefan Huehner, stefan huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22904 b3059339-0415-0410-9bf9-f77b7e298cf2
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();