Warning fix

This commit is contained in:
twinaphex 2019-01-31 15:17:58 +01:00
parent d24408730b
commit ca757d6214

View File

@ -4698,7 +4698,7 @@ static int action_ok_push_dropdown_item_resolution(const char *path,
refreshrate = strtoul(pch, NULL, 0);
if (video_display_server_set_resolution(width, height,
refreshrate, (float)refreshrate, 0, NULL))
refreshrate, (float)refreshrate, 0, 0))
{
settings_t *settings = config_get_ptr();