From 5f5ac1557e5703922f2ece79ba51aca36366eed1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Sep 2016 17:19:38 +0200 Subject: [PATCH] Turn command_event_save_current_config into static function --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index d9682cbc84..f3db9d742e 100644 --- a/command.c +++ b/command.c @@ -1575,7 +1575,7 @@ static bool command_event_save_core_config(void) * Saves current configuration file to disk, and (optionally) * autosave state. **/ -void command_event_save_current_config(int override_type) +static void command_event_save_current_config(int override_type) { char msg[128] = {0};