diff options
author | nyamatongwe <devnull@localhost> | 2005-02-02 09:53:12 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-02-02 09:53:12 +0000 |
commit | 63276595ed8b04778cdc8a31c0bc19cc6dd945a2 (patch) | |
tree | 79b6e787f85680315f4668afe30dfff21e4aa832 /src | |
parent | 32c3f72ce62c603a170751c9e2e0c3c1a84b75f4 (diff) | |
download | scintilla-mirror-63276595ed8b04778cdc8a31c0bc19cc6dd945a2.tar.gz |
Applied warning avoidance patch from SourceForge bug report
1080091.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexTeX.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexTeX.cxx b/src/LexTeX.cxx index a5b094670..65e530adb 100644 --- a/src/LexTeX.cxx +++ b/src/LexTeX.cxx @@ -275,7 +275,7 @@ static void ColouriseTeXDoc( // Hooks into the system: static const char * const texWordListDesc[] = { - "TeX, eTeX, pdfTeX, Omega" + "TeX, eTeX, pdfTeX, Omega", "ConTeXt Dutch", "ConTeXt English", "ConTeXt German", |