[vlc-devel] commit: description: Fix compilation. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Mar 29 14:32:34 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Mar 29 14:32:47 2008 +0100| [c2b333e3de12c6e1b0fb4bdadc4a1209bc867ab6]
description: Fix compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2b333e3de12c6e1b0fb4bdadc4a1209bc867ab6
---
modules/stream_out/description.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/description.c b/modules/stream_out/description.c
index 78d13a4..e037b01 100644
--- a/modules/stream_out/description.c
+++ b/modules/stream_out/description.c
@@ -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 );
}
More information about the vlc-devel
mailing list