From 86eef3541e96c398db900ff3e77258bfae9d99e3 Mon Sep 17 00:00:00 2001 From: Ahelenia Ziemiańska Date: Mon, 21 Apr 2025 10:56:13 +0200 Subject: global: mark usage strings and string tables const MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ahelenia Ziemiańska Signed-off-by: Junio C Hamano --- t/helper/test-date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/helper/test-date.c') diff --git a/t/helper/test-date.c b/t/helper/test-date.c index f25512de9a..87d2ad6fca 100644 --- a/t/helper/test-date.c +++ b/t/helper/test-date.c @@ -2,7 +2,7 @@ #include "date.h" #include "trace.h" -static const char *usage_msg = "\n" +static const char *const usage_msg = "\n" " test-tool date relative [time_t]...\n" " test-tool date human [time_t]...\n" " test-tool date show: [time_t]...\n" -- cgit v1.2.3