Commit 5a7dca42 authored by Rafaël Carré's avatar Rafaël Carré

Fix [a68b3396]

parent ab994815
...@@ -173,10 +173,10 @@ static int Open( vlc_object_t *p_this ) ...@@ -173,10 +173,10 @@ static int Open( vlc_object_t *p_this )
char *psz_accessname; char *psz_accessname;
char *psz_parser; char *psz_parser;
const char *psz_user; const char *psz_user;
const char *psz_pass; char *psz_pass;
const char *psz_host; char *psz_host;
const char *psz_mount; char *psz_mount;
const char *psz_port; char *psz_port;
char *psz_name; char *psz_name;
char *psz_description; char *psz_description;
char *psz_genre; char *psz_genre;
......
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