From 12c23915c9d3ea478919c9d16ca6a9a0d7df88a1 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 10:46:40 +0000 Subject: Add missing return value for x11 error handler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23635 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index bef8f160c7..a7ddc9da18 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -211,6 +211,7 @@ static int x11_errorhandler(Display * display, XErrorEvent * event) // abort(); //exit_player("X11 error"); + return 0; #undef MSGLEN } -- cgit v1.2.3