This commit is contained in:
twinaphex 2016-12-01 22:38:19 +01:00
parent 82bea3ba9f
commit 24a689c274

View File

@ -114,8 +114,8 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
score += 2;
else
{
if (!string_is_empty(ident)
&& string_is_equal(params->name, ident))
if ( !string_is_empty(ident)
&& string_is_equal(params->name, ident))
score += 1;
}