summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 13:14:17 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 13:14:17 +0000
commit1888852c9a59631771efb5975aa51ddb0305ceb2 (patch)
tree023b8dc903ea9b8daf6c9087c1ca6885620ad340 /template.c
parentedf4d9a678835afecd061d364ab97f097edb0a76 (diff)
downloadrsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.gz
rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.xz
rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.zip
some cleanup
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