Commit a58df068 by Alexandre Oliva

It's `exit(0)', not `exit()'!

From-SVN: r35591
parent e8244abe
......@@ -52,5 +52,5 @@ int
main()
{
foo();
exit();
exit(0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment