From 208d4343ef9689e3b7e3e4ce81cae9987560d7fe Mon Sep 17 00:00:00 2001 From: uau Date: Sun, 1 Apr 2007 21:59:54 +0000 Subject: "()" 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 --- osdep/getch2-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/getch2-win.c') 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(); -- cgit v1.2.3