diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 13:14:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 13:14:17 +0000 |
commit | 1888852c9a59631771efb5975aa51ddb0305ceb2 (patch) | |
tree | 023b8dc903ea9b8daf6c9087c1ca6885620ad340 /template.c | |
parent | edf4d9a678835afecd061d364ab97f097edb0a76 (diff) | |
download | rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.gz rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.xz rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.zip |
some cleanup
Diffstat (limited to 'template.c')
-rw-r--r-- | template.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |