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

@ -90,7 +90,9 @@ int main(int argc, char **argv)
.arg.bounds.inf = 1,
},
{
0,
{
0,
},
},
};