From c6c3df07cdbcd744d5e7a5ffcb9e7d0d6c8c0134 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 17:08:04 +0000 Subject: warning fix: vo_s3fb.c: In function 'enable': vo_s3fb.c:131: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24270 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_s3fb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/vo_s3fb.c b/libvo/vo_s3fb.c index e733ac9d1f..b311871e89 100644 --- a/libvo/vo_s3fb.c +++ b/libvo/vo_s3fb.c @@ -128,6 +128,7 @@ int enable() { free(v); v = NULL; } + return 0; } void disable() { -- cgit v1.2.3