diff options
Diffstat (limited to 't/helper/test-rot13-filter.c')
| -rw-r--r-- | t/helper/test-rot13-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-rot13-filter.c b/t/helper/test-rot13-filter.c index 722b1cbe77..ad37e10034 100644 --- a/t/helper/test-rot13-filter.c +++ b/t/helper/test-rot13-filter.c @@ -324,7 +324,7 @@ static void packet_initialize(void) packet_flush(1); } -static const char *rot13_usage[] = { +static const char *const rot13_usage[] = { "test-tool rot13-filter [--always-delay] --log=<path> <capabilities>", NULL }; |
