From 84cb05d4de9e28fcdde54a4bf7693998788611b6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 25 Jan 2017 16:13:39 +0100 Subject: [PATCH] Fix typo --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();