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

Comparing ray/src/px/vgaimage.c (file contents):
Revision 2.8 by greg, Tue Sep 20 15:48:36 1994 UTC vs.
Revision 2.9 by gwlarson, Tue Oct 27 09:08:28 1998 UTC

# Line 147 | Line 147 | userr:
147   }
148  
149  
150 + int
151   headline(s)             /* get relevant info from header */
152   char  *s;
153   {
# Line 158 | Line 159 | char  *s;
159                  formatval(fmt, s);
160                  wrongformat = strcmp(fmt, COLRFMT);
161          }
162 +        return(0);
163   }
164  
165  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines