From 366d06637577d0c7a989760733c6ae6263aafac2 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 2 Aug 2004 17:19:52 +0000 Subject: [PATCH] Fixed the last fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3171 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/expr.c b/src/cc65/expr.c index faf43a5a1..b539ba138 100644 --- a/src/cc65/expr.c +++ b/src/cc65/expr.c @@ -436,7 +436,7 @@ static unsigned FunctionParamList (FuncDesc* Func) /* No prototype available. Convert array to "pointer to first * element", and function to "pointer to function". */ - Param->Type = PtrConversion (Param->Type) + Expr.Type = PtrConversion (Expr.Type); } -- 2.39.5