summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/parse.c')
-rw-r--r--lisc/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index f98d887..43787c2 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -590,7 +590,7 @@ DoOp:
 		expect(TNL);
 		op = OCall;
 		if (k == 4) {
-			k = 0;
+			k = Kl;
 			arg[1] = TYPE(ty);
 		} else
 			arg[1] = R;