From 96090c083dafd99b77405aa97692483f6a6ab9a4 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 26 May 2013 23:40:01 +0000 Subject: * ext/-test-/postponed_job/postponed_job.c: fix `init' function name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/postponed_job/postponed_job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/-test-/postponed_job/postponed_job.c b/ext/-test-/postponed_job/postponed_job.c index a5bb8892b5..d9938a5c68 100644 --- a/ext/-test-/postponed_job/postponed_job.c +++ b/ext/-test-/postponed_job/postponed_job.c @@ -23,7 +23,7 @@ pjob_call_direct(VALUE self, VALUE obj) } void -Init_task(VALUE self) +Init_postponed_job(VALUE self) { VALUE mBug = rb_define_module("Bug"); rb_define_module_function(mBug, "postponed_job_register", pjob_register, 1); -- cgit v1.2.3