summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
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 00dda0d0..ff622635 100644
--- a/template.c
+++ b/template.c
@@ -445,7 +445,7 @@ static int do_Parameter(char **pp, struct template *pTpl)
/* Add a new template line
* returns pointer to new object if it succeeds, NULL otherwise.
*/
-struct template *tplAddLine(char* pName, char** ppRestOfConfLine)
+struct template *tplAddLine(char* pName, unsigned char** ppRestOfConfLine)
{
struct template *pTpl;
char *p;