summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:46:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-24 10:46:40 +0000
commit12c23915c9d3ea478919c9d16ca6a9a0d7df88a1 (patch)
tree611068130b2e42cf8262b3ee1adfa4a959b91cf8 /libvo
parent123e80594d92bfb84fcf3136a5c99ae3c510d378 (diff)
downloadmpv-12c23915c9d3ea478919c9d16ca6a9a0d7df88a1.tar.bz2
mpv-12c23915c9d3ea478919c9d16ca6a9a0d7df88a1.tar.xz
Add missing return value for x11 error handler
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23635 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c1
1 files changed, 1 insertions, 0 deletions
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
}