diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:24:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:24:02 +0000 |
commit | 888c5e0afadbf75226ba6223ce548a1b379bbf85 (patch) | |
tree | 48dbdf393d1db7411ddda579e966d20ccecd47d8 /expr.c | |
parent | c5f99dc22253e5bd1adbfbfa7c3fd842554b9016 (diff) | |
download | rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.tar.gz rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.tar.bz2 rsyslog-888c5e0afadbf75226ba6223ce548a1b379bbf85.zip |
cleanup
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ finalize_it: } -/* destructor for the strm object */ +/* destructor for the expr object */ BEGINobjDestruct(expr) /* be sure to specify the object type also in END and CODESTART macros! */ CODESTARTobjDestruct(expr) /* ... then free resources */ |