diff options
Diffstat (limited to 'src/PerLine.cxx')
| -rw-r--r-- | src/PerLine.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/PerLine.cxx b/src/PerLine.cxx index f26b48b77..41e767ab7 100644 --- a/src/PerLine.cxx +++ b/src/PerLine.cxx @@ -385,7 +385,7 @@ bool LineAnnotation::MultipleStyles(Sci::Line line) const {  	if (annotations.Length() && (line >= 0) && (line < annotations.Length()) && annotations[line])  		return reinterpret_cast<AnnotationHeader *>(annotations[line])->style == IndividualStyles;  	else -		return 0; +		return false;  }  int LineAnnotation::Style(Sci::Line line) const { | 
