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 | 54b7046f8a0c1924d83ea0f6728bc96a8f3e8d6e (patch) | |
| tree | 1d349076ae66023c2586be9737a94a518389207e | |
| parent | d05d4d601ede48f858dd515fad9d58cb7b0b1f68 (diff) | |
| download | scintilla-mirror-54b7046f8a0c1924d83ea0f6728bc96a8f3e8d6e.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", | 
