diff options
| -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;  	}  } | 
