]> git.sesse.net Git - vlc/commitdiff
description: Fix compilation.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:32:47 +0000 (14:32 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 13:32:47 +0000 (14:32 +0100)
modules/stream_out/description.c

index 78d13a45106f9adb4807a47c4700fd2fe5d3ac20..e037b019143a9dc9a12ea62f084c38fd83e592f1 100644 (file)
@@ -97,7 +97,7 @@ static void Close( vlc_object_t *p_this )
     sout_stream_sys_t *p_sys = p_stream->p_sys;
 
     /* It can happen only if buggy */
-    assert( !p_sys->p_input )
+    assert( !p_sys->p_input );
 
     free( p_sys );
 }