]> git.sur5r.net Git - cc65/commitdiff
Fixed the last fix
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Aug 2004 17:19:52 +0000 (17:19 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Aug 2004 17:19:52 +0000 (17:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3171 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/expr.c

index faf43a5a135e2086f752156eb277b5b0418b8aee..b539ba13845645a74b1dd3d1a118b75a58de522b 100644 (file)
@@ -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);
 
         }