Author: bryanduxbury
Date: Mon Mar 30 20:11:45 2009
New Revision: 760143

URL: http://svn.apache.org/viewvc?rev=760143&view=rev
Log:
Need a newline at the end of the file for it to compile.

Modified:
    incubator/thrift/trunk/lib/rb/ext/macros.h

Modified: incubator/thrift/trunk/lib/rb/ext/macros.h
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/ext/macros.h?rev=760143&r1=760142&r2=760143&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/ext/macros.h (original)
+++ incubator/thrift/trunk/lib/rb/ext/macros.h Mon Mar 30 20:11:45 2009
@@ -38,4 +38,4 @@
 
 #ifndef RARRAY_LEN
 #  define RARRAY_LEN(v) RARRAY(rb_Array(v))->len
-#endif
\ No newline at end of file
+#endif


Reply via email to