Skip to content

Commit

Permalink
* random.c (Init_RandomSeed2): should be void.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 20, 2008
1 parent feb4000 commit 79bb49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Init_RandomSeed(void)
seed_initialized = 1;
}

static VALUE
static void
Init_RandomSeed2(void)
{
saved_seed = make_seed_value(initial_seed);
Expand Down

0 comments on commit 79bb49b

Please sign in to comment.