mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
Forget 'void' for function prototype - needed for C
This commit is contained in:
parent
09bf486618
commit
0b863d6bc7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user