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 --- libvo/vo_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_x11.c') diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index f94d5c9c30..05b6efc7e6 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -93,7 +93,7 @@ static int aspect; // 1<<16 based fixed point aspect, so that the a static int old_vo_dwidth = -1; static int old_vo_dheight = -1; -static void check_events() +static void check_events(void) { int ret = vo_x11_check_events(mDisplay); -- cgit v1.2.3