ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/calc.c
(Generate patch)

Comparing ray/src/cal/calc.c (file contents):
Revision 1.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 1.5 by schorsch, Fri Nov 14 17:31:24 2003 UTC

# Line 25 | Line 25 | jmp_buf  env;
25   int  recover = 0;
26  
27  
28 + int
29   main(argc, argv)
30   int  argc;
31   char  *argv[];
# Line 116 | Line 117 | char  *argv[];
117  
118          recover = 0;
119          quit(0);
120 +        return 0; /* pro forma exit */
121   }
122  
123  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines