commit | 378663a3bb91bc7ee741ce34b0fac7565ab62d09 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue Nov 05 05:23:47 2013 +0100 |
committer | Roger Meier <roger@apache.org> | Tue Nov 05 05:23:47 2013 +0100 |
tree | 80c2d4efab216737c184e03070564f4ae281ea10 | |
parent | 8c691fa004289d4cc484ce0b21063689e1489359 [diff] |
THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad Patch: Andrew McGeachie
diff --git a/lib/cocoa/src/protocol/TProtocolUtil.h b/lib/cocoa/src/protocol/TProtocolUtil.h index c2d2521..757748a 100644 --- a/lib/cocoa/src/protocol/TProtocolUtil.h +++ b/lib/cocoa/src/protocol/TProtocolUtil.h
@@ -26,4 +26,4 @@ + (void) skipType: (int) type onProtocol: (id <TProtocol>) protocol; -@end; +@end