From 1bfe991970009b1e7011823a00e676271fc04055 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 15 Mar 2010 17:08:18 +0000 Subject: Fix a couple more potential issues found during static analysis. --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 36ad7be8..2337961f 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -254,7 +254,7 @@ NSDictionary *connection = nil; NSDictionary *spf = nil; - NSInteger connectionType; + NSInteger connectionType = -1; // Inform about the data source in the window title bar [tableWindow setTitle:[self displaySPName]]; -- cgit v1.2.3