Commit ad0a0295 by Ulrich Weigand Committed by Ulrich Weigand

* testsuite/libmudflap.c/externs-1.c (main): Add return statement.

From-SVN: r101184
parent 966b148a
2005-06-19 Ulrich Weigand <uweigand@de.ibm.com>
* testsuite/libmudflap.c/externs-1.c (main): Add return statement.
2005-06-15 Frank Ch. Eigler <fche@redhat.com>
Fix for uncaching bug reported by Herman ten Brugge.
......
......@@ -11,4 +11,6 @@ main (void)
printf ("%s\n", pd->name);
pd++;
}
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