[MPlayer-cvslog] r23635 - trunk/libvo/x11_common.c
    reimar 
    subversion at mplayerhq.hu
       
    Sun Jun 24 12:46:40 CEST 2007
    
    
  
Author: reimar
Date: Sun Jun 24 12:46:40 2007
New Revision: 23635
Log:
Add missing return value for x11 error handler
Modified:
   trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Sun Jun 24 12:46:40 2007
@@ -211,6 +211,7 @@ static int x11_errorhandler(Display * di
 
 //    abort();
     //exit_player("X11 error");
+    return 0;
 #undef MSGLEN
 }
 
    
    
More information about the MPlayer-cvslog
mailing list