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
commit823c47562f5038316af079dcf23e889c12f00dd0 (patch)
tree3ea97ebd560847426a3a6f1c9f7830c0fffcba75
parentdf2783d7a2be55d3defa9271d8c844bc943e59bb (diff)
downloadscintilla-mirror-823c47562f5038316af079dcf23e889c12f00dd0.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",