You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/06/06 05:17:56 UTC

cvs commit: apache-1.3/src/support logresolve.c

brian       98/06/05 20:17:56

  Modified:    src/support logresolve.c
  Log:
  missing newline at end of error message.
  
  Revision  Changes    Path
  1.15      +1 -1      apache-1.3/src/support/logresolve.c
  
  Index: logresolve.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/logresolve.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- logresolve.c	1998/05/28 11:23:13	1.14
  +++ logresolve.c	1998/06/06 03:17:55	1.15
  @@ -288,7 +288,7 @@
   	    statfile = argv[i];
   	}
   	else {
  -	    fprintf(stderr, "Usage: logresolve [-s statfile] [-c] < input > output");
  +	    fprintf(stderr, "Usage: logresolve [-s statfile] [-c] < input > output\n");
   	    exit(0);
   	}
       }