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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.21 by gwlarson, Fri Aug 28 10:03:46 1998 UTC vs.
Revision 2.22 by gwlarson, Tue Oct 27 09:08:27 1998 UTC

# Line 65 | Line 65 | extern char  *malloc();
65   extern double   unit2inch();
66  
67  
68 + int
69   headline(s)             /* check header line */
70   char  *s;
71   {
# Line 75 | Line 76 | char  *s;
76                  wrongformat = strcmp(fmt, COLRFMT);
77          } else if (isaspect(s))
78                  pixaspect *= aspectval(s);
79 +        return(0);
80   }
81  
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines