aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@sourceforge.net>2014-06-22 16:09:42 +0300
committerXhmikosR <xhmikosr@sourceforge.net>2014-06-22 16:09:42 +0300
commit54b7046f8a0c1924d83ea0f6728bc96a8f3e8d6e (patch)
tree1d349076ae66023c2586be9737a94a518389207e
parentd05d4d601ede48f858dd515fad9d58cb7b0b1f68 (diff)
downloadscintilla-mirror-54b7046f8a0c1924d83ea0f6728bc96a8f3e8d6e.tar.gz
Add missing comma.
-rw-r--r--lexers/LexTCL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexTCL.cxx b/lexers/LexTCL.cxx
index f6924e05e..7c883a644 100644
--- a/lexers/LexTCL.cxx
+++ b/lexers/LexTCL.cxx
@@ -358,7 +358,7 @@ static const char * const tclWordListDesc[] = {
"TK Keywords",
"iTCL Keywords",
"tkCommands",
- "expand"
+ "expand",
"user1",
"user2",
"user3",