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

Comparing ray/src/common/words.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:56:04 1991 UTC vs.
Revision 2.2 by greg, Wed Jan 10 21:04:21 1996 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1991 Regents of the University of California */
1 > /* Copyright (c) 1996 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 43 | Line 43 | register char  *s;
43          while (isspace(*s))
44                  s++;
45          while (*s && !isspace(*s))
46 +                s++;
47 +        while (isspace(*s))
48                  s++;
49          return(s);
50   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines