Ncurses: Device Display Spacing Nit;

This commit is contained in:
lwvmobile 2024-05-19 15:32:32 -04:00
parent 6daedf198f
commit 2c55a9caab
1 changed files with 1 additions and 1 deletions

View File

@ -2491,7 +2491,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
if (opts->use_hpf_d == 1) printw (" HPF");
if (opts->call_alert == 1) printw (" *CA!"); //Call Alert
if (opts->pa_output_idx[0] != 0)
printw ("D: %s;", opts->pa_output_idx);
printw (" D: %s;", opts->pa_output_idx);
printw (" \n");
}