From 58bb45477475086f0e4fa7831e108a5011f1d1d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 10 Oct 2012 11:57:36 -0400 Subject: [PATCH] "id" is already a pointer type --- SoObjects/Mailer/SOGoMailForward.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index 6d703d9b1..c3fba3007 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -170,7 +170,7 @@ - (NSString *) cc { - id *rc; + id rc; rc = [self _headerField: @"cc"]; if ([rc isKindOfClass: [NSArray class]])