mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 07:51:21 +03:00
test-string-util: add missing comma
Coverity CID#1446368.
This commit is contained in:
parent
419076978c
commit
23ece765cc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user