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

Comparing ray/src/px/aedimage.c (file contents):
Revision 2.3 by greg, Fri Oct 2 16:21:47 1992 UTC vs.
Revision 2.4 by gwlarson, Tue Oct 27 09:08:25 1998 UTC

# Line 170 | Line 170 | userr:
170   }
171  
172  
173 + int
174   checkhead(line)                         /* deal with line from header */
175   char  *line;
176   {
# Line 181 | Line 182 | char  *line;
182                  formatval(fmt, line);
183                  wrong_fmt = strcmp(fmt, COLRFMT);
184          }
185 +        return(0);
186   }
187  
188  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines