kmerge: remove extraneous '?' in merge prompt

This commit is contained in:
Liss Tarnell 2017-09-25 13:18:23 +01:00
parent 6c853f1b95
commit e37b911807

View file

@ -482,7 +482,7 @@ int s = 0;
} }
ct = maketime(s, time_format); ct = maketime(s, time_format);
swprintf(pr, wsizeof(pr), L"Merge %d marked entries [%ls] into current entry?", swprintf(pr, wsizeof(pr), L"Merge %d marked entries [%ls] into current entry",
nmarked, ct); nmarked, ct);
free(ct); free(ct);