X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fconfiguration_chain.c;h=0d9196a60e97102e14b623f4c81117bd01778df9;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=37cb0b10f1bc7114e74224b3efbef1a0d57a476c;hpb=c1e36ae322c1c00bef7b27be88eb8d6af44ded2c;p=vlc diff --git a/src/modules/configuration_chain.c b/src/modules/configuration_chain.c index 37cb0b10f1..0d9196a60e 100644 --- a/src/modules/configuration_chain.c +++ b/src/modules/configuration_chain.c @@ -238,7 +238,7 @@ void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix, snprintf( name, sizeof (name), "%s%s", psz_prefix, optname ); if( var_Create( p_this, name, config_GetType( p_this, name ) | VLC_VAR_DOINHERIT ) ) - return /* VLC_xxx */; + return /* VLC_xxx */; } /* Now parse options and set value */ @@ -313,7 +313,6 @@ void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix, /* */ /* get the type of the variable */ - msg_Err( p_this, "name = %s", name ); i_type = config_GetType( p_this, psz_name ); if( !i_type ) {