From 1a88b79d0151cf39b0dbe3c0da0858669de13896 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 5 Aug 2011 12:18:14 +1000 Subject: Fix for infinite loop bug when typing "goto " at the end of the program. --- lexers/LexLua.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/LexLua.cxx b/lexers/LexLua.cxx index 0bf4aeea2..9e48efcd9 100644 --- a/lexers/LexLua.cxx +++ b/lexers/LexLua.cxx @@ -202,7 +202,7 @@ static void ColouriseLuaDoc( sc.ChangeState(SCE_LUA_WORD); if (strcmp(s, "goto") == 0) { // goto