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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.8 by gregl, Fri Jan 23 11:38:39 1998 UTC vs.
Revision 2.9 by gwlarson, Tue Oct 27 09:08:27 1998 UTC

# Line 199 | Line 199 | char   *ospec;
199   }
200  
201  
202 + int
203   addhline(s)                     /* add a line to our info. header */
204   char    *s;
205   {
# Line 220 | Line 221 | char   *s;
221          }
222          strcpy(headlines+headlen, s);
223          headlen += n;
224 +        return(0);
225   }
226  
227  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines