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

Don't double-space between file locations.

Don't want to have to scroll here.
parent af67404a
No related branches found
No related tags found
No related merge requests found
Pipeline #6138 passed
...@@ -3318,17 +3318,17 @@ show_bbslist(char *current, int connected) ...@@ -3318,17 +3318,17 @@ show_bbslist(char *current, int connected)
asprintf(&p, asprintf(&p,
"`SyncTERM File Locations`\n\n" "`SyncTERM File Locations`\n\n"
"~ Global Dialing Directory (Read-Only) ~\n" "~ Global Dialing Directory (Read-Only) ~\n"
" %s\n\n" " %s\n"
"~ Personal Dialing Directory ~\n" "~ Personal Dialing Directory ~\n"
" %s\n\n" " %s\n"
"~ Configuration File ~\n" "~ Configuration File ~\n"
" %s\n\n" " %s\n"
"~ Default download Directory ~\n" "~ Default download Directory ~\n"
" %s\n\n" " %s\n"
"~ Cache Directory ~\n" "~ Cache Directory ~\n"
" %s\n\n" " %s\n"
"~ SSH Keys File ~\n" "~ SSH Keys File ~\n"
" %s\n\n", " %s\n",
shared_list, shared_list,
personal_list, personal_list,
setting_file, setting_file,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment