"id" is already a pointer type

This commit is contained in:
Wolfgang Sourdeau
2012-10-10 11:57:36 -04:00
parent 420e5e0759
commit 58bb454774
+1 -1
View File
@@ -170,7 +170,7 @@
- (NSString *) cc
{
id *rc;
id rc;
rc = [self _headerField: @"cc"];
if ([rc isKindOfClass: [NSArray class]])