aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-02 13:51:38 +1000
committernyamatongwe <devnull@localhost>2011-07-02 13:51:38 +1000
commit5b3778ece55a12878d505bc4c5bf687206cc2713 (patch)
treeb89b02ce490ce653a01d79b147ecdec159096745
parent6e8b14e8c77b25f0522cdc72266e9fffbeeba020 (diff)
downloadscintilla-mirror-5b3778ece55a12878d505bc4c5bf687206cc2713.tar.gz
Fix warning from previous change.
-rw-r--r--src/ContractionState.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx
index 6a0069732..af0f4f3db 100644
--- a/src/ContractionState.cxx
+++ b/src/ContractionState.cxx
@@ -244,6 +244,8 @@ bool ContractionState::SetHeight(int lineDoc, int height) {
Check();
return false;
}
+ } else {
+ return false;
}
}