Forget 'void' for function prototype - needed for C

This commit is contained in:
twinaphex 2021-03-07 04:48:30 +01:00
parent 09bf486618
commit 0b863d6bc7

View File

@ -4762,7 +4762,7 @@ void menu_driver_set_last_start_content(const char *start_content_path)
sizeof(menu->last_start_content.file_name));
}
const char *menu_driver_get_pending_selection()
const char *menu_driver_get_pending_selection(void)
{
struct rarch_state *p_rarch = &rarch_st;
struct menu_state *menu_st = &p_rarch->menu_driver_state;