From 249e4b2301352ffd7f7dda90d2323b8d3c950e7d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 2 Jul 2011 13:51:38 +1000 Subject: Fix warning from previous change. --- src/ContractionState.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ContractionState.cxx') 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; } } -- cgit v1.2.3