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

Comparing ray/src/px/ra_im.c (file contents):
Revision 2.3 by schorsch, Mon Oct 27 10:24:51 2003 UTC vs.
Revision 2.4 by schorsch, Sun Mar 28 20:33:14 2004 UTC

# Line 19 | Line 19 | static const char      RCSid[] = "$Id$";
19   extern FILE     *freopen();
20  
21  
22 < main(argc, argv)
23 < int     argc;
24 < char    *argv[];
22 > int
23 > main(
24 >        int     argc,
25 >        char    *argv[]
26 > )
27   {
28          register int    c;
29          register FILE   *fp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines