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:
a34a4be
)
add newline to the end of struct.c to make some whiney compilers happy
author
Bryan Duxbury
<bryanduxbury@apache.org>
Tue, 23 Feb 2010 15:46:46 +0000
(15:46 +0000)
committer
Bryan Duxbury
<bryanduxbury@apache.org>
Tue, 23 Feb 2010 15:46:46 +0000
(15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@915398
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/ext/struct.c
patch
|
blob
|
history
diff --git
a/lib/rb/ext/struct.c
b/lib/rb/ext/struct.c
index
d459ddb
..
79b1e01
100644
(file)
--- a/
lib/rb/ext/struct.c
+++ b/
lib/rb/ext/struct.c
@@
-703,4
+703,4
@@
void Init_struct() {
set_default_proto_function_pointers();
mt = default_mt;
-}
\ No newline at end of file
+}