Skip to content

Commit

Permalink
I accidentally the semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy authored Sep 11, 2024
1 parent 31bf40d commit a34c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -9549,7 +9549,7 @@ static bool setting_append_list_input_player_options(
*/
static char buffer[MAX_USERS][13+2+1];

static char group_label[MAX_USERS][NAME_MAX_LENGTH]
static char group_label[MAX_USERS][NAME_MAX_LENGTH];
rarch_setting_group_info_t group_info;
rarch_setting_group_info_t subgroup_info;
settings_t *settings = config_get_ptr();
Expand Down

0 comments on commit a34c408

Please sign in to comment.