From 79d9f687503784b973f9174d7834ab6e7ad75801 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 6 Mar 2006 18:09:19 +0000 Subject: [PATCH] * added missing 'n' ;-) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4053 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/pic16/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pic16/gen.c b/src/pic16/gen.c index 5faf9be9..6a0d0683 100644 --- a/src/pic16/gen.c +++ b/src/pic16/gen.c @@ -3398,7 +3398,7 @@ static void genCall (iCode *ic) /*-----------------------------------------------------------------*/ static void genPcall (iCode *ic) { - sym_link *ftype; + sym_link *fntype; int stackParms=0; symbol *retlbl = newiTempLabel(NULL); pCodeOp *pcop_lbl = pic16_popGetLabel(retlbl->key); -- 2.30.2