stoddard    00/01/11 15:21:34

  Modified:    src/lib/apr/file_io/win32 fileio.h
  Log:
  Replace missing end-of-comment delimiter.
  
  Revision  Changes    Path
  1.5       +2 -1      apache-2.0/src/lib/apr/file_io/win32/fileio.h
  
  Index: fileio.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/fileio.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fileio.h  2000/01/05 13:07:59     1.4
  +++ fileio.h  2000/01/11 23:21:29     1.5
  @@ -94,7 +94,8 @@
    * append -- Windows doesn't support the append concept when opening files.
    *           APR needs to keep track of this, and always make sure we append
    *           correctly when writing to a file with this flag set TRUE.
  - *          
  + */
  +
   struct file_t {
       ap_context_t *cntxt;
       HANDLE filehand;
  
  
  

Reply via email to