fix missing-braces warning
This commit is contained in:
parent
970dd3b2f7
commit
4a20ed53bc
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in a new issue