Turn command_event_save_current_config into static function

This commit is contained in:
twinaphex 2016-09-24 17:19:38 +02:00
parent 9637e4ee29
commit 5f5ac1557e

View File

@ -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};