mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
analyze: use IN_SET() in one more place
This commit is contained in:
parent
02ece2fcb1
commit
4c7f7f4b22
@ -10,7 +10,7 @@
|
||||
int verb_compare_versions(int argc, char *argv[], void *userdata) {
|
||||
int r;
|
||||
|
||||
assert(argc == 3 || argc == 4);
|
||||
assert(IN_SET(argc, 3, 4));
|
||||
assert(argv);
|
||||
|
||||
if (argc == 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user