You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2009/03/30 23:24:35 UTC

svn commit: r760183 - /incubator/thrift/trunk/lib/rb/ext/compact_protocol.h

Author: bryanduxbury
Date: Mon Mar 30 21:24:34 2009
New Revision: 760183

URL: http://svn.apache.org/viewvc?rev=760183&view=rev
Log:
Needed a newline at the end of the file to avoid warnings when compiling on linux.

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

Modified: incubator/thrift/trunk/lib/rb/ext/compact_protocol.h
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/ext/compact_protocol.h?rev=760183&r1=760182&r2=760183&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/ext/compact_protocol.h (original)
+++ incubator/thrift/trunk/lib/rb/ext/compact_protocol.h Mon Mar 30 21:24:34 2009
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-void Init_compact_protocol();
\ No newline at end of file
+void Init_compact_protocol();