Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8c691fa
)
THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad
author
Roger Meier
<roger@apache.org>
Tue, 5 Nov 2013 04:23:47 +0000
(
05:23
+0100)
committer
Roger Meier
<roger@apache.org>
Tue, 5 Nov 2013 04:23:47 +0000
(
05:23
+0100)
Patch: Andrew McGeachie
lib/cocoa/src/protocol/TProtocolUtil.h
patch
|
blob
|
history
diff --git
a/lib/cocoa/src/protocol/TProtocolUtil.h
b/lib/cocoa/src/protocol/TProtocolUtil.h
index
c2d2521
..
757748a
100644
(file)
--- 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