summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-06-22 08:06:39 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-06-22 08:06:39 +0000
commit6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (patch)
tree515492b26a242da9f25fe9653a5195285e95d0b6 /template.c
parent4dd08cf40589272ccd9f50c5af1e882d4a73eb5d (diff)
downloadrsyslog-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.c b/template.c
index 304ecad9..7e4febc5 100644
--- a/template.c
+++ b/template.c
@@ -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) {