changeset 24250:d8b1ae2c164a

warning fix: vo_s3fb.c: In function 'enable': vo_s3fb.c:131: warning: control reaches end of non-void function
author diego
date Tue, 28 Aug 2007 17:08:04 +0000
parents 9da2161b5554
children eabc7dc83a48
files libvo/vo_s3fb.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_s3fb.c	Tue Aug 28 17:06:00 2007 +0000
+++ b/libvo/vo_s3fb.c	Tue Aug 28 17:08:04 2007 +0000
@@ -128,6 +128,7 @@
     free(v);
     v = NULL;
   }
+  return 0;
 }
 
 void disable() {