diff --git a/command.c b/command.c index ec7bbccbb3..7517eb71ee 100644 --- a/command.c +++ b/command.c @@ -1455,7 +1455,7 @@ static void command_event_restore_default_shader_preset(void) static bool command_event_save_auto_state(void) { char savestate_name_auto[PATH_MAX_LENGTH] = {0}; - bool ret = false;; + bool ret = false; bool contentless = false; bool is_inited = false; settings_t *settings = config_get_ptr();