Subject: [ruby-ffi] FunctionTest.c No newline at end of file |
From: "KISHIMOTO, Makoto" <ksmakoto@dd.iij4u.or.jp> |
Date: 3/28/10 8:01 PM |
To: ruby-ffi@googlegroups.com |
Hello,
At FreeBSD gcc 4.2.1, no newline at end of file causes error.
diff --git a/libtest/FunctionTest.c b/libtest/FunctionTest.c
index 32d613f..20780c7 100644
--- a/libtest/FunctionTest.c
+++ b/libtest/FunctionTest.c
@@ -77,4 +77,4 @@ void testAsyncCallback(void (*fn)(int), int value)
#else
(*fn)(value);
#endif
-}
\ No newline at end of file
+}
To unsubscribe from this group, send email to ruby-ffi+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.