aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexECL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexECL.cxx')
-rw-r--r--lexers/LexECL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexECL.cxx b/lexers/LexECL.cxx
index 32dc09b43..7c49be1be 100644
--- a/lexers/LexECL.cxx
+++ b/lexers/LexECL.cxx
@@ -388,7 +388,7 @@ static bool IsStreamCommentStyle(int style) {
style == SCE_ECL_COMMENTDOCKEYWORDERROR;
}
-bool MatchNoCase(Accessor & styler, Sci_PositionU & pos, const char *s) {
+static bool MatchNoCase(Accessor & styler, Sci_PositionU & pos, const char *s) {
Sci_Position i=0;
for (; *s; i++) {
char compare_char = tolower(*s);