stoddard    99/10/16 18:27:19

  Modified:    src/lib/apr/threadproc/win32 proc.c
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.11      +1 -1      apache-2.0/src/lib/apr/threadproc/win32/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/win32/proc.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- proc.c    1999/10/16 20:52:32     1.10
  +++ proc.c    1999/10/17 01:27:15     1.11
  @@ -378,7 +378,7 @@
   }
   
   ap_status_t ap_set_procdata(void *data, char *key,
  -                            ap_status_t (*cleanup) (void *)
  +                            ap_status_t (*cleanup) (void *),
                               struct proc_t *proc)
   {
       if (proc != NULL) {
  
  
  

Reply via email to