summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'template.c')
-rw-r--r--template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/template.c b/template.c
index 3865354c..01f6452c 100644
--- a/template.c
+++ b/template.c
@@ -484,9 +484,9 @@ static int do_Parameter(unsigned char **pp, struct template *pTpl)
int iNum; /* to compute numbers */
#ifdef FEATURE_REGEXP
- /* APR: variables for regex */
- int longitud;
- unsigned char *regex_char;
+ /* APR: variables for regex */
+ int longitud;
+ unsigned char *regex_char;
unsigned char *regex_end;
#endif