aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-25 23:42:53 +0000
committernyamatongwe <unknown>2002-01-25 23:42:53 +0000
commit3860c7b05fcb49c6952ab7636645989f4e2d5733 (patch)
tree359b70408d7b5529ba4c2de2dc1d2922aa450208 /src
parent56d916f1209cd0544154d115e254489255738f0a (diff)
downloadscintilla-mirror-3860c7b05fcb49c6952ab7636645989f4e2d5733.tar.gz
Made compile in LINK_LEXERS mode.
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index df7f44d4b..a927fe037 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -110,7 +110,7 @@ LexerModule lmNull(SCLEX_NULL, ColouriseNullDoc, "null");
// Taken from wxWindow's stc.cpp. Walter.
int wxForceScintillaLexers(void) {
- Scintilla_LinkLexers();
+ return Scintilla_LinkLexers();
}
int Scintilla_LinkLexers() {