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

Comparing ray/src/px/psum.c (file contents):
Revision 2.3 by greg, Fri Jun 4 14:47:18 1993 UTC vs.
Revision 2.4 by gwlarson, Tue Oct 27 09:08:26 1998 UTC

# Line 29 | Line 29 | COLOR  scale[MAXFILE];                 /* scaling factors */
29   int  nfile;                             /* number of files */
30  
31  
32 + int
33   tabputs(s)                      /* print line preceded by a tab */
34   char  *s;
35   {
36          putc('\t', stdout);
37 <        fputs(s, stdout);
37 >        return(fputs(s, stdout));
38   }
39  
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines