changeset 23615:0999b3eb3ed4

Add missing return value for x11 error handler
author reimar
date Sun, 24 Jun 2007 10:46:40 +0000
parents bab9e6c606cc
children f90ddb50ca7f
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 }