Author: bryanduxbury
Date: Tue Feb 23 15:46:46 2010
New Revision: 915398
URL: http://svn.apache.org/viewvc?rev=915398&view=rev
Log:
add newline to the end of struct.c to make some whiney compilers happy
Modified:
incubator/thrift/trunk/lib/rb/ext/struct.c
Modified: incubator/thrift/trunk/lib/rb/ext/struct.c
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/ext/struct.c?rev=915398&r1=915397&r2=915398&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/ext/struct.c (original)
+++ incubator/thrift/trunk/lib/rb/ext/struct.c Tue Feb 23 15:46:46 2010
@@ -703,4 +703,4 @@
set_default_proto_function_pointers();
mt = default_mt;
-}
\ No newline at end of file
+}