vlc | branch: master | Mark Lee <[email protected]> | Wed Sep 5 11:38:16 2012 +0100| [eda125cd0ac43c1761d95ed23c26c7861a8d871e] | committer: Rafaël Carré
Add missing "; " delimiter in subtitles extensions. Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eda125cd0ac43c1761d95ed23c26c7861a8d871e --- include/vlc_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_interface.h b/include/vlc_interface.h index b70ccbd..9dea599 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -261,7 +261,7 @@ typedef enum vlc_dialog { "*.ssa;*.aqt;" \ "*.jss;*.psb;" \ "*.rt;*.smi;*.txt;" \ - "*.smil;*.stl;*.usf" \ + "*.smil;*.stl;*.usf;" \ "*.dks;*.pjs;*.mpl2" /** \defgroup vlc_interaction Interaction _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
