You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/10/14 01:43:48 UTC

cvs commit: apr/misc/unix errorcodes.c

wrowe       2002/10/13 16:43:48

  Modified:    misc/unix errorcodes.c
  Log:
    Just a nit
  
  Revision  Changes    Path
  1.51      +1 -1      apr/misc/unix/errorcodes.c
  
  Index: errorcodes.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/unix/errorcodes.c,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- errorcodes.c	15 Aug 2002 17:56:04 -0000	1.50
  +++ errorcodes.c	13 Oct 2002 23:43:48 -0000	1.51
  @@ -325,7 +325,7 @@
   #else
   /* On Unix, apr_os_strerror() handles error codes from the resolver 
    * (h_errno). 
  - e*/
  + */
   static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err) 
   {
   #ifdef HAVE_HSTRERROR