You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/06/01 17:50:16 UTC

svn commit: r780697 - /httpd/httpd/trunk/modules/mappers/mod_alias.c

Author: jim
Date: Mon Jun  1 15:50:16 2009
New Revision: 780697

URL: http://svn.apache.org/viewvc?rev=780697&view=rev
Log:
typo

Modified:
    httpd/httpd/trunk/modules/mappers/mod_alias.c

Modified: httpd/httpd/trunk/modules/mappers/mod_alias.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_alias.c?rev=780697&r1=780696&r2=780697&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mappers/mod_alias.c (original)
+++ httpd/httpd/trunk/modules/mappers/mod_alias.c Mon Jun  1 15:50:16 2009
@@ -177,7 +177,7 @@
                                                          &alias_module);
     int status = (int) (long) cmd->info;
     int grokarg1 = 1;
-=    ap_regex_t *r = NULL;
+    ap_regex_t *r = NULL;
     const char *f = arg2;
     const char *url = arg3;