Commit 7210d89f authored by Antoine Cellerier's avatar Antoine Cellerier

Comment fix.

parent e70ef78e
...@@ -318,7 +318,7 @@ static vlc_bool_t ESSelected( es_format_t *fmt, char *psz_select ) ...@@ -318,7 +318,7 @@ static vlc_bool_t ESSelected( es_format_t *fmt, char *psz_select )
char *psz_dup; char *psz_dup;
char *psz; char *psz;
/* We have tree state variable : no tested (-1), failed(0), succeed(1) */ /* We have tri-state variable : no tested (-1), failed(0), succeed(1) */
int i_cat = -1; int i_cat = -1;
int i_es = -1; int i_es = -1;
int i_prgm= -1; int i_prgm= -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment