From 5b3778ece55a12878d505bc4c5bf687206cc2713 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') 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