NCURSES: Remove Extra Fence Post on EDACS Call History;

This commit is contained in:
lwvmobile 2024-04-25 09:24:01 -04:00
parent 1ffddf823f
commit ceb695af01
1 changed files with 0 additions and 1 deletions

View File

@ -3885,7 +3885,6 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
char * timeCHE = getTimeN(call_matrix[j][5]);
char * dateCHE = getDateN(call_matrix[j][5]);
printw ("| ");
printw ("%s ", dateCHE);
printw ("%s ", timeCHE);