From 6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 22 Jun 2005 08:06:39 +0000 Subject: coming closer to 0.9.0 - this checkin test only! --- template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template.c') 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) { -- cgit