From 43f2a1b45ec11391c84c70af538146ce31934844 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sat, 18 Jul 2009 23:21:52 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795446 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_include.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 279322ed08..5d65d7abc3 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -611,7 +611,7 @@ static const char *get_include_var(const char *var, include_ctx_t *ctx) idx, r->filename); return NULL; } - else if (re->match[idx]rm_so == re->match[idx].rm_eo) { + else if (re->match[idx].rm_so == re->match[idx].rm_eo) { return NULL; } else if (re->match[idx].rm_so < 0 || re->match[idx].rm_eo < 0) { -- 2.50.1