summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
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);