stas        2004/09/08 16:41:53

  Modified:    xs/Apache/Log Apache__Log.h
  Log:
  style
  
  Revision  Changes    Path
  1.18      +2 -2      modperl-2.0/xs/Apache/Log/Apache__Log.h
  
  Index: Apache__Log.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Log/Apache__Log.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -u -r1.17 -r1.18
  --- Apache__Log.h     23 Aug 2004 18:48:53 -0000      1.17
  +++ Apache__Log.h     8 Sep 2004 23:41:53 -0000       1.18
  @@ -273,7 +273,7 @@
       dXSARGS;
       request_rec *r = NULL;
       server_rec *s = NULL;
  -    int i=0;
  +    int i = 0;
       char *errstr = NULL;
       SV *sv = Nullsv;
       STRLEN n_a;
  @@ -305,7 +305,7 @@
       }
                 
       if (s) {
  -        i=1;
  +        i = 1;
       }
       else {
           s = modperl_global_get_server_rec();
  
  
  

Reply via email to