]> git.sesse.net Git - vlc/commitdiff
quartztext: Fix trailing ;
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 28 Jan 2009 00:46:57 +0000 (01:46 +0100)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 28 Jan 2009 00:47:36 +0000 (01:47 +0100)
modules/misc/quartztext.c

index e8e8e80483eabd8ee7cf1ca145918df4bc75cc2c..31d64cb4ba7e2995ce0ab4b3964a918addf7e317 100644 (file)
@@ -560,7 +560,7 @@ static int RenderHtml( filter_t *p_filter, subpicture_region_t *p_region_out,
     p_sub = stream_MemoryNew( VLC_OBJECT(p_filter),
                               (uint8_t *) p_region_in->psz_html,
                               strlen( p_region_in->psz_html ),
-                              true )
+                              true );
     if( p_sub )
     {
         p_xml = xml_Create( p_filter );