From e37b9118078743890cd3e0d81a70efd14aa11abb Mon Sep 17 00:00:00 2001 From: Liss Tarnell Date: Mon, 25 Sep 2017 13:18:23 +0100 Subject: [PATCH] kmerge: remove extraneous '?' in merge prompt --- functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.c b/functions.c index 61007a6..4365f1f 100644 --- a/functions.c +++ b/functions.c @@ -482,7 +482,7 @@ int s = 0; } 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); free(ct);