]> git.sesse.net Git - vlc/commitdiff
gra
authorClément Stenac <zorglub@videolan.org>
Sun, 1 Oct 2006 09:14:21 +0000 (09:14 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 1 Oct 2006 09:14:21 +0000 (09:14 +0000)
modules/video_filter/marq.c

index 7d2981a8267453045dbe52ae96e434d2464b81f2..67081f452beb875973d379f9b2d214742db84c68 100644 (file)
@@ -215,7 +215,7 @@ static void DestroyFilter( vlc_object_t *p_this )
 
     /* Delete the marquee variables */
 #define DEL_VAR(var) \
-    var_DelCallback( p_filter->p_libvlc, var, MarqueeCallback, p_sys ) \
+    var_DelCallback( p_filter->p_libvlc, var, MarqueeCallback, p_sys ); \
     var_Destroy( p_filter->p_libvlc, var );
     DEL_VAR( "marq-x" );
     DEL_VAR( "marq-y" );