aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexLout.cxx')
-rw-r--r--lexers/LexLout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexLout.cxx b/lexers/LexLout.cxx
index 985b93b49..83eb97ec8 100644
--- a/lexers/LexLout.cxx
+++ b/lexers/LexLout.cxx
@@ -151,7 +151,7 @@ static void FoldLoutDoc(unsigned int startPos, int length, int, WordList *[],
char chNext = styler[startPos];
bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0;
int styleNext = styler.StyleAt(startPos);
- char s[10];
+ char s[10] = "";
for (unsigned int i = startPos; i < endPos; i++) {
char ch = chNext;