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; }