Commit 7b4e4d4e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warnings

parent a7cfd58b
......@@ -88,7 +88,7 @@ static int Open( vlc_object_t * p_this )
{
demux_t *p_demux = (demux_t*)p_this;
demux_sys_t *p_sys;
char *psz_mode;
const char *psz_mode;
vlc_value_t val;
vlc_bool_t b_append;
......
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