Silence warning

This commit is contained in:
Twinaphex 2017-11-27 03:53:25 +01:00
parent 88905661e3
commit d93b9ebf4d

View File

@ -2679,7 +2679,6 @@ void input_config_get_bind_string(char *buf, const struct retro_keybind *bind,
if (delim)
strlcat(buf, ", ", size);
strlcat(buf, msg_hash_to_str((enum msg_hash_enums)tag), size );
delim = 1;
}
}