diff --git a/test.c b/test.c index 716f5e6..800ccf3 100644 --- a/test.c +++ b/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];