fix missing-braces warning

This commit is contained in:
Lukas Wurzinger 2022-11-12 14:17:48 +01:00
parent 970dd3b2f7
commit 4a20ed53bc

View file

@ -89,9 +89,11 @@ int main(int argc, char **argv)
}, },
.arg.bounds.inf = 1, .arg.bounds.inf = 1,
}, },
{
{ {
0, 0,
}, },
},
}; };
struct readarg_arg opers[] = { struct readarg_arg opers[] = {