You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2004/07/14 09:25:26 UTC

cvs commit: httpd-2.0/server config.c

pquerna     2004/07/14 00:25:26

  Modified:    server   config.c
  Log:
  remove tabs from my last commit.
  
  Revision  Changes    Path
  1.179     +1 -1      httpd-2.0/server/config.c
  
  Index: config.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/config.c,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- config.c	14 Jul 2004 06:36:42 -0000	1.178
  +++ config.c	14 Jul 2004 07:25:25 -0000	1.179
  @@ -1646,7 +1646,7 @@
   
   AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result,
                                          request_rec *r, int override,
  -				       int override_opts,
  +                                       int override_opts,
                                          const char *d, const char *access_name)
   {
       ap_configfile_t *f = NULL;