From 1e5288e9840e201a00bcb5ca3035d7aa807f1f8d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 Mar 2011 20:12:52 +0000 Subject: Bring outline view branch up to date with trunk (r3203:r3224). --- Source/SPDataStorage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPDataStorage.m') diff --git a/Source/SPDataStorage.m b/Source/SPDataStorage.m index f03fbd7a..26bcc79e 100644 --- a/Source/SPDataStorage.m +++ b/Source/SPDataStorage.m @@ -379,7 +379,7 @@ static inline void SPDataStorageEnsureCapacityForAdditionalRowCount(SPDataStorag #pragma mark - - (id) init { - if (self = [super init]) { + if ((self = [super init])) { numColumns = 0; columnPointerByteSize = 0; numRows = 0; -- cgit v1.2.3