diff options
| author | Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> | 2025-04-21 10:56:13 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-21 21:01:19 -0700 |
| commit | 86eef3541e96c398db900ff3e77258bfae9d99e3 (patch) | |
| tree | df468586af1d5a843ddcec066ca1b9a24ba5d28a /t/helper/test-date.c | |
| parent | Git 2.49 (diff) | |
| download | git-86eef3541e96c398db900ff3e77258bfae9d99e3.tar.gz git-86eef3541e96c398db900ff3e77258bfae9d99e3.zip | |
global: mark usage strings and string tables const
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-date.c')
| -rw-r--r-- | t/helper/test-date.c | 2 |
1 files changed, 1 insertions, 1 deletions
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:<format> [time_t]...\n" |
