Skip to content

Commit

Permalink
Fix prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Jan 28, 2024
1 parent 4dbdb19 commit 5e74502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,7 @@ load_manager_settings_global()

/* Global config section. */
void
load_manager_vms_global()
load_manager_vms_global(void)
{
char temp[1024] = { 0 };
char vms_path_default[1024] = { 0 };
Expand Down Expand Up @@ -2824,7 +2824,7 @@ load_manager_vms_global()
}

void
save_manager_vms_global()
save_manager_vms_global(void)
{
char temp[1024] = { 0 };
char vms_path_default[1024] = { 0 };
Expand Down

0 comments on commit 5e74502

Please sign in to comment.