From 4c6ea9795e585085a4294202dd3f542f90fd159e Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 5 Jan 2014 23:15:13 +0000 Subject: [PATCH] [UPDATE] Remove an incorrect character. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1169 f5eea248-9336-0410-98b8-ebc06183d4e3 --- scintilla/lexers/LexUser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scintilla/lexers/LexUser.cxx b/scintilla/lexers/LexUser.cxx index ea921b65..62414dfc 100644 --- a/scintilla/lexers/LexUser.cxx +++ b/scintilla/lexers/LexUser.cxx @@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include "StyleContext.h" #include "WordList.h" #include "Scintilla.h" -#include "SciLexer.h"s +#include "SciLexer.h" #include "LexerModule.h" #include "PropSetSimple.h"