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

Comparing ray/src/util/findglare.c (file contents):
Revision 2.11 by schorsch, Fri Jan 2 12:51:54 2004 UTC vs.
Revision 2.13 by greg, Sat Feb 7 05:40:47 2009 UTC

# Line 39 | Line 39 | struct illum   *indirect;              /* array of indirect illumina
39   long    npixinvw;                       /* number of pixels in view */
40   long    npixmiss;                       /* number of pixels missed */
41  
42 < static int angcmp(const void    *ap1, const void        *ap2);
42 > static int angcmp(const void *ap1, const void *ap2);
43   static void init(void);
44   static void cleanup(void);
45   static void printsources(void);
# Line 65 | Line 65 | main(
65                  while ((rval = expandarg(&argc, &argv, i)) > 0)
66                          ;
67                  if (rval < 0) {
68 <                        fprintf(stderr, "%s: cannot expand '%s'",
68 >                        fprintf(stderr, "%s: cannot expand '%s'\n",
69                                          argv[0], argv[i]);
70                          exit(1);
71                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines