Skip to content
Snippets Groups Projects
Commit 75b19e1e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

We don't need these braces.

parent 216c8c73
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3473 passed
......@@ -2652,7 +2652,6 @@ struct bbslist *show_bbslist(char *current, int connected)
oldopt=-1;
break;
case 4: /* File Locations */
{
get_syncterm_filename(personal_list, sizeof(personal_list), SYNCTERM_PATH_LIST, FALSE);
get_syncterm_filename(setting_file, sizeof(setting_file), SYNCTERM_PATH_INI, FALSE);
get_syncterm_filename(default_download, sizeof(default_download), SYNCTERM_DEFAULT_TRANSFER_PATH, FALSE);
......@@ -2675,7 +2674,6 @@ struct bbslist *show_bbslist(char *current, int connected)
}
}
}
}
cterm_emulation_t
get_emulation(struct bbslist *bbs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment