THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad
authorRoger Meier <roger@apache.org>
Tue, 5 Nov 2013 04:23:47 +0000 (05:23 +0100)
committerRoger Meier <roger@apache.org>
Tue, 5 Nov 2013 04:23:47 +0000 (05:23 +0100)
Patch: Andrew McGeachie

lib/cocoa/src/protocol/TProtocolUtil.h

index c2d2521..757748a 100644 (file)
@@ -26,4 +26,4 @@
 
 + (void) skipType: (int) type onProtocol: (id <TProtocol>) protocol;
 
-@end;
+@end