| Index: ios/showcase/common/protocol_alerter.mm
|
| diff --git a/ios/showcase/common/protocol_alerter.mm b/ios/showcase/common/protocol_alerter.mm
|
| index 410226c07f91e31efec2a7e8e915c48d1750e3c0..d7edc0609af03a1fca237b482dd9c2ecedb7b310 100644
|
| --- a/ios/showcase/common/protocol_alerter.mm
|
| +++ b/ios/showcase/common/protocol_alerter.mm
|
| @@ -162,7 +162,7 @@ char kAssociatedProtocolNameKey;
|
| return [self longLongDescriptionAtIndex:index];
|
| // Add cases as needed here.
|
| default:
|
| - return [NSString stringWithFormat:@"<Unknown Type:%c>", *type];
|
| + return [NSString stringWithFormat:@"<Unknown Type:%s>", type];
|
| }
|
| }
|
|
|
|
|