Commit 31b2eb0f by David S. Miller Committed by David S. Miller

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

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

From-SVN: r157472
parent 16920896
2010-03-15 David S. Miller <davem@davemloft.net>
* testsuite/libmudflap.c/pass54-frag.c: Add explicit return from
main.
2010-01-09 Jakub Jelinek <jakub@redhat.com>
* mf-runtime.c (__mf_usage): Update copyright notice dates.
......
......@@ -30,4 +30,5 @@ int main ()
foo ();
bar ();
__mf_set_options ("-mode-check");
return 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