# HG changeset patch # User reimar # Date 1182682000 0 # Node ID 0999b3eb3ed4f96fb5ac452815a1a961aec83908 # Parent bab9e6c606cc469e2315bf900e5b9819651e8185 Add missing return value for x11 error handler diff -r bab9e6c606cc -r 0999b3eb3ed4 libvo/x11_common.c --- a/libvo/x11_common.c Sun Jun 24 10:39:04 2007 +0000 +++ b/libvo/x11_common.c Sun Jun 24 10:46:40 2007 +0000 @@ -211,6 +211,7 @@ // abort(); //exit_player("X11 error"); + return 0; #undef MSGLEN }