]> git.sesse.net Git - vlc/blobdiff - modules/misc/profile_parser.c
Add missing actions in popup
[vlc] / modules / misc / profile_parser.c
index bb23a5ab516fced743d767ddfa4909fe5107d334..c1d2265a46b46620b8180b408e7c1df3ec049eeb 100644 (file)
@@ -55,7 +55,6 @@ static int Open( vlc_object_t *p_this )
     if( !p_xml ) return VLC_EGENERIC;
     p_reader = xml_ReaderCreate( p_xml, p_stream );
 
-
     if( xml_ReaderRead( p_reader ) != 1 || 
         xml_ReaderNodeType( p_reader ) != XML_READER_STARTELEM )
     {