Skip to content

Commit

Permalink
Add missing "; " delimiter in subtitles extensions.
Browse files Browse the repository at this point in the history
Signed-off-by: Rafaël Carré <[email protected]>
  • Loading branch information
caprica authored and funman committed Sep 5, 2012
1 parent dfae35a commit eda125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eda125c

Please sign in to comment.