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.12 by schorsch, Fri Mar 26 23:34:23 2004 UTC vs.
Revision 2.13 by greg, Sat Feb 7 05:40:47 2009 UTC

# 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