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/SPServerSupport.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPServerSupport.m') diff --git a/Source/SPServerSupport.m b/Source/SPServerSupport.m index 6f8213d6..1aebc0d4 100644 --- a/Source/SPServerSupport.m +++ b/Source/SPServerSupport.m @@ -205,7 +205,7 @@ - (NSString *)description { unsigned int i; - NSString *description = [NSMutableString stringWithFormat:@"<%@: Server is MySQL version %d.%d.%d. Supports:\n", [self className], serverMajorVersion, serverMinorVersion, serverReleaseVersion]; + NSMutableString *description = [NSMutableString stringWithFormat:@"<%@: Server is MySQL version %d.%d.%d. Supports:\n", [self className], serverMajorVersion, serverMinorVersion, serverReleaseVersion]; Ivar *vars = class_copyIvarList([self class], &i); -- cgit v1.2.3