From 0692f4ae6ced3816686eac437d0dcf29773d1218 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Oct 2009 22:35:45 +0000 Subject: * version.c (ruby_initial_load_paths): moved terminating semicolon. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.c b/version.c index ba2020d9b..40fecc7ea 100644 --- a/version.c +++ b/version.c @@ -53,7 +53,8 @@ const char ruby_initial_load_paths[] = #ifdef RUBY_THIN_ARCHLIB RUBY_THIN_ARCHLIB "\0" #endif - RUBY_ARCHLIB "\0"; + RUBY_ARCHLIB "\0" + ""; void Init_version(void) -- cgit