diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 08:06:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 08:06:39 +0000 |
commit | 6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (patch) | |
tree | 515492b26a242da9f25fe9653a5195285e95d0b6 /template.c | |
parent | 4dd08cf40589272ccd9f50c5af1e882d4a73eb5d (diff) | |
download | rsyslog-6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab.tar.gz rsyslog-6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab.tar.xz rsyslog-6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab.zip |
coming closer to 0.9.0 - this checkin test only!
Diffstat (limited to 'template.c')
-rw-r--r-- | template.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ struct template *tplAddLine(char* pName, char** ppRestOfConfLine) } ++p; - /* we finally got to the actual template string - so let's have some fun... */ + /* we finally go to the actual template string - so let's have some fun... */ bDone = *p ? 0 : 1; while(!bDone) { switch(*p) { |