From: cuz Date: Mon, 2 Aug 2004 17:19:52 +0000 (+0000) Subject: Fixed the last fix X-Git-Tag: V2.12.0~663 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=366d06637577d0c7a989760733c6ae6263aafac2;p=cc65 Fixed the last fix git-svn-id: svn://svn.cc65.org/cc65/trunk@3171 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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); }