aboutsummaryrefslogtreecommitdiffstats
path: root/math/diehard/files/patch-diehard.c
blob: 3086a3d71247214ef67a813fabedd332bec2de92 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- diehard.c.orig  1998-04-02 15:29:40 UTC
+++ diehard.c
@@ -153,5 +153,5 @@ main()
 {
   diehard();
 
-   return;
+   return 0;
 }