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

Comparing ray/src/common/image.c (file contents):
Revision 2.13 by gregl, Tue Dec 9 16:41:03 1997 UTC vs.
Revision 2.14 by gwlarson, Tue Oct 27 08:44:29 1998 UTC

# Line 518 | Line 518 | struct myview {
518   };
519  
520  
521 < static
521 > static int
522   gethview(s, v)                          /* get view from header */
523   char  *s;
524   register struct myview  *v;
525   {
526          if (isview(s) && sscanview(v->hv, s) > 0)
527                  v->ok++;
528 +        return(0);
529   }
530  
531  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines