Turn command_event_save_current_config into static function
This commit is contained in:
parent
9637e4ee29
commit
5f5ac1557e
|
@ -1575,7 +1575,7 @@ static bool command_event_save_core_config(void)
|
||||||
* Saves current configuration file to disk, and (optionally)
|
* Saves current configuration file to disk, and (optionally)
|
||||||
* autosave state.
|
* 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};
|
char msg[128] = {0};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue