You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by st...@apache.org on 2002/03/06 04:35:33 UTC

cvs commit: apr/file_io/win32 open.c

stoddard    02/03/05 19:35:33

  Modified:    file_io/win32 open.c
  Log:
  Warming up tomorrow...
  
  Revision  Changes    Path
  1.98      +1 -1      apr/file_io/win32/open.c
  
  Index: open.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/win32/open.c,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- open.c	6 Mar 2002 03:23:23 -0000	1.97
  +++ open.c	6 Mar 2002 03:35:33 -0000	1.98
  @@ -511,7 +511,7 @@
   
   APR_DECLARE(apr_status_t) apr_os_file_put(apr_file_t **file,
                                             apr_os_file_t *thefile,
  -					                      apr_int32_t flags,
  +                                          apr_int32_t flags,
                                             apr_pool_t *cont)
   {
       (*file) = apr_pcalloc(cont, sizeof(apr_file_t));