diff options
| author | nyamatongwe <unknown> | 2005-02-02 09:53:12 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-02-02 09:53:12 +0000 |
| commit | d936b5149184d81a722c153c9639daec5ded3176 (patch) | |
| tree | 79b6e787f85680315f4668afe30dfff21e4aa832 /src | |
| parent | 4dde67ef8c751e3200d42e8d3674569739ef1882 (diff) | |
| download | scintilla-mirror-d936b5149184d81a722c153c9639daec5ded3176.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", |
