From 23ece765cc771f1fe0d4798843edb0ec24ae179c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 10 Feb 2021 08:00:33 +0100 Subject: [PATCH] test-string-util: add missing comma Coverity CID#1446368. --- src/test/test-string-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test-string-util.c b/src/test/test-string-util.c index 12eafaaf22d..fec9577d1f1 100644 --- a/src/test/test-string-util.c +++ b/src/test/test-string-util.c @@ -917,7 +917,7 @@ static void test_strverscmp_improved(void) { "123-3.1", "123^patch1", "123^1", - "123.a-1" + "123.a-1", "123.1-1", "123a-1", "124", -- 2.47.3