From: Guenter Knauf <fuankg@apache.org>
Date: Fri, 12 Apr 2013 18:45:46 +0000 (+0000)
Subject: Fixed typo; followup to r1467188.
X-Git-Tag: 2.5.0-alpha~5602
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07142dbd92fcc385246c456bc63432d0e43e456a;p=apache

Fixed typo; followup to r1467188.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467409 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c
index 1a498bb446..e72766b390 100644
--- a/modules/lua/lua_request.c
+++ b/modules/lua/lua_request.c
@@ -896,7 +896,7 @@ static int lua_ap_regex(lua_State *L)
 {
     request_rec    *r;
     int i,
-        rv;
+        rv,
         flags;
     const char     *pattern,
     *source;