Updated Branches:
  refs/heads/master 8c691fa00 -> 378663a3b

THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad
Patch: Andrew McGeachie


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/378663a3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/378663a3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/378663a3

Branch: refs/heads/master
Commit: 378663a3bb91bc7ee741ce34b0fac7565ab62d09
Parents: 8c691fa
Author: Roger Meier <[email protected]>
Authored: Tue Nov 5 05:23:47 2013 +0100
Committer: Roger Meier <[email protected]>
Committed: Tue Nov 5 05:23:47 2013 +0100

----------------------------------------------------------------------
 lib/cocoa/src/protocol/TProtocolUtil.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/378663a3/lib/cocoa/src/protocol/TProtocolUtil.h
----------------------------------------------------------------------
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

Reply via email to