[vlc-devel] [PATCH] Have the function return a value, as it's a non-void function.

Dominique Leuenberger dominique at leuenberger.net
Mon Dec 22 16:14:09 CET 2008


---
 modules/video_filter/atmo/atmo.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index 7a9d02d..90c9091 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -1825,6 +1825,7 @@ static void *FadeToColorThread(vlc_object_t *obj)
     /* call indirect to OleUnitialize() for this thread */
     AtmoFinalize(p_fadethread->p_filter, 0);
     vlc_restorecancel (canc);
+    return VLC_SUCCESS;
 }
 
 /*****************************************************************************
-- 
1.5.4.5




More information about the vlc-devel mailing list