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

Comparing ray/src/util/glarendx.c (file contents):
Revision 2.5 by greg, Sun Jun 4 10:58:38 1995 UTC vs.
Revision 2.6 by gwlarson, Tue Oct 27 08:47:17 1998 UTC

# Line 127 | Line 127 | userr:
127   }
128  
129  
130 + int
131   headline(s)                     /* get line from header */
132   char    *s;
133   {
# Line 140 | Line 141 | char   *s;
141                  formatval(fmt, s);
142                  wrongformat = strcmp(fmt, "ascii");
143          }
144 +        return(0);
145   }
146  
147  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines