[MPlayer-cvslog] r24270 - trunk/libvo/vo_s3fb.c

diego subversion at mplayerhq.hu
Tue Aug 28 19:08:04 CEST 2007


Author: diego
Date: Tue Aug 28 19:08:04 2007
New Revision: 24270

Log:
warning fix:
vo_s3fb.c: In function 'enable':
vo_s3fb.c:131: warning: control reaches end of non-void function


Modified:
   trunk/libvo/vo_s3fb.c

Modified: trunk/libvo/vo_s3fb.c
==============================================================================
--- trunk/libvo/vo_s3fb.c	(original)
+++ trunk/libvo/vo_s3fb.c	Tue Aug 28 19:08:04 2007
@@ -128,6 +128,7 @@ int enable() {
     free(v);
     v = NULL;
   }
+  return 0;
 }
 
 void disable() {



More information about the MPlayer-cvslog mailing list