test: fix compiler warning
This commit is contained in:
parent
88760789c7
commit
ff96728bdd
2
test.c
2
test.c
@ -16,7 +16,7 @@ static const char *progname;
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
bool ret, not = false;
|
||||
bool ret = false, not = false;
|
||||
|
||||
progname = argv[0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user