You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2013/11/05 05:24:59 UTC

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

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 <ro...@apache.org>
Authored: Tue Nov 5 05:23:47 2013 +0100
Committer: Roger Meier <ro...@apache.org>
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