diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 1d2e2ac9a..0b78f8f0a 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2042,7 +2042,7 @@ void Editor::LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayou  			ll->edgeColumn = -1;  		} -		char styleByte = 0; +		char styleByte;  		const int styleMask = pdoc->stylingBitsMask;  		ll->styleBitsSet = 0;  		// Fill base line layout  | 
