fix sub2_honour_dollar type
[exim.git] / src / src / expand.c
index ef40fd0c59dc34318527332bb2dc3db9ac69e037..a3dc590cce982033c0b08353e6e2eb2a760d92ac 100644 (file)
@@ -1775,7 +1775,7 @@ eval_condition(uschar *s, BOOL *yield)
 BOOL testfor = TRUE;
 BOOL tempcond, combined_cond;
 BOOL *subcondptr;
-BOOL *sub2_honour_dollar = TRUE;
+BOOL sub2_honour_dollar = TRUE;
 int i, rc, cond_type, roffset;
 int num[2];
 struct stat statbuf;