pass54-frag.c: Add explicit return from main.

* testsuite/libmudflap.c/pass54-frag.c: Add explicit return from
	main.

From-SVN: r157473
This commit is contained in:
David S. Miller 2010-03-16 04:04:14 +00:00 committed by David S. Miller
parent 1bc000debc
commit 63228c3c66
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-03-15 David S. Miller <davem@davemloft.net>
* testsuite/libmudflap.c/pass54-frag.c: Add explicit return from
main.
2010-01-21 Release Manager
* GCC 4.4.3 released.

View File

@ -30,4 +30,5 @@ int main ()
foo ();
bar ();
__mf_set_options ("-mode-check");
return 0;
}