Fix menu_cbs_start.c warning

This commit is contained in:
twinaphex 2015-07-07 00:28:22 +02:00
parent 2aa7c46e78
commit 0fa61b3ade
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ static int action_start_core_setting(unsigned type,
return 0; return 0;
} }
static int action_start_video_resolution(const char *path, static int action_start_video_resolution(
const char *label, unsigned type, size_t idx, size_t entry_idx) unsigned type, const char *label)
{ {
unsigned width = 0, height = 0; unsigned width = 0, height = 0;
global_t *global = global_get_ptr(); global_t *global = global_get_ptr();