mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@122277 d073be05-634f-4543-b044-5fe20cf6d1d6
16 lines
224 B
Diff
16 lines
224 B
Diff
--- diehard.c.orig 1998-04-03 01:29:40.000000000 +1000
|
|
+++ diehard.c 2014-07-19 14:11:38.000000000 +1000
|
|
@@ -149,9 +149,9 @@ void diehard()
|
|
}
|
|
|
|
|
|
-main()
|
|
+int main(void)
|
|
{
|
|
diehard();
|
|
|
|
- return;
|
|
-}
|
|
+ return 0;
|
|
+}
|