From b41176f5d4becc16b6df43eb764f37de3bec3cc4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Dec 2015 15:20:31 +0800 Subject: [PATCH] JSDOC/CompressWhite.vala --- JSDOC/CompressWhite.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index a031755..7810428 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -81,7 +81,7 @@ namespace JSDOC if (ts.balance("(").size < 1 ){ - print("balance ( issue on line %d\n", ts.look(0).line); + print("balance ( issue on line %d\n", ts.lookTok(0).line); ts.dump(cu-40, cu+2); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); ts.dump(cu+2, cu+40); -- 2.39.2