test: fix compiler warning

This commit is contained in:
Kurt H Maier 2012-04-06 23:37:36 -04:00
parent 88760789c7
commit ff96728bdd
1 changed files with 1 additions and 1 deletions

2
test.c
View File

@ -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];