mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 15:00:27 +00:00
Add missing return value for x11 error handler
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23635 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
123e80594d
commit
12c23915c9
@ -211,6 +211,7 @@ static int x11_errorhandler(Display * display, XErrorEvent * event)
|
||||
|
||||
// abort();
|
||||
//exit_player("X11 error");
|
||||
return 0;
|
||||
#undef MSGLEN
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user