diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-07 12:04:04 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-07 12:04:04 +1000 |
commit | f97bec68c7e5023270223a17047995b1bf6399df (patch) | |
tree | b2575b8c44c69a7235ea22754a218f906276fd62 /src | |
parent | 32483ae48a949f690435838ee4de392df33d26c5 (diff) | |
download | scintilla-mirror-f97bec68c7e5023270223a17047995b1bf6399df.tar.gz |
Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 84d003e08..1a5630443 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -84,9 +84,9 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmA68k); LINK_LEXER(lmAbaqus); LINK_LEXER(lmAda); - LINK_LEXER(lmAns1); LINK_LEXER(lmAPDL); LINK_LEXER(lmAsm); + LINK_LEXER(lmAsn1); LINK_LEXER(lmASY); LINK_LEXER(lmAU3); LINK_LEXER(lmAVE); |