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 2014/09/01 22:01:52 UTC

git commit: THRIFT-2686 Another extraneous semicolon - TBinaryProtocol.h

Repository: thrift
Updated Branches:
  refs/heads/master db8751b1b -> b191ecc8d


THRIFT-2686 Another extraneous semicolon - TBinaryProtocol.h

Client: cocoa
Patch: Mark Frawley


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

Branch: refs/heads/master
Commit: b191ecc8dcfe43a0e352c0a3fc034b94263ae907
Parents: db8751b
Author: Roger Meier <ro...@apache.org>
Authored: Mon Sep 1 22:01:10 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Sep 1 22:01:10 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/b191ecc8/lib/cocoa/src/protocol/TBinaryProtocol.h
----------------------------------------------------------------------
diff --git a/lib/cocoa/src/protocol/TBinaryProtocol.h b/lib/cocoa/src/protocol/TBinaryProtocol.h
index 52cf266..9a73730 100644
--- a/lib/cocoa/src/protocol/TBinaryProtocol.h
+++ b/lib/cocoa/src/protocol/TBinaryProtocol.h
@@ -38,7 +38,7 @@
 - (int32_t) messageSizeLimit;
 - (void) setMessageSizeLimit: (int32_t) sizeLimit;
 
-@end;
+@end
 
 
 @interface TBinaryProtocolFactory : NSObject <TProtocolFactory> {