]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix coverity warning in test-string-util.c
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 10 Feb 2021 11:10:27 +0000 (11:10 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 10 Feb 2021 12:22:06 +0000 (13:22 +0100)
CID 1446368:  Incorrect expression  (MISSING_COMMA)

src/test/test-string-util.c

index 12eafaaf22d64028a11eb5aa357d5d631377e226..fec9577d1f1760dfae628bd4e7a7cce66b0d676e 100644 (file)
@@ -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",