diff options
author | nyamatongwe <devnull@localhost> | 2011-07-02 13:51:38 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-07-02 13:51:38 +1000 |
commit | 5b3778ece55a12878d505bc4c5bf687206cc2713 (patch) | |
tree | b89b02ce490ce653a01d79b147ecdec159096745 /src/ContractionState.cxx | |
parent | 6e8b14e8c77b25f0522cdc72266e9fffbeeba020 (diff) | |
download | scintilla-mirror-5b3778ece55a12878d505bc4c5bf687206cc2713.tar.gz |
Fix warning from previous change.
Diffstat (limited to 'src/ContractionState.cxx')
-rw-r--r-- | src/ContractionState.cxx | 2 |
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; } } |