mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* version.c (ruby_initial_load_paths): moved terminating semicolon.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e9af789d35
commit
01be019547
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue