diff options
author | XhmikosR <xhmikosr@sourceforge.net> | 2014-06-22 16:09:42 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@sourceforge.net> | 2014-06-22 16:09:42 +0300 |
commit | 823c47562f5038316af079dcf23e889c12f00dd0 (patch) | |
tree | 3ea97ebd560847426a3a6f1c9f7830c0fffcba75 | |
parent | df2783d7a2be55d3defa9271d8c844bc943e59bb (diff) | |
download | scintilla-mirror-823c47562f5038316af079dcf23e889c12f00dd0.tar.gz |
Add missing comma.
-rw-r--r-- | lexers/LexTCL.cxx | 2 |
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", |