summaryrefslogtreecommitdiff
path: root/ext/-test-/postponed_job
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-26 23:40:01 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-26 23:40:01 +0000
commit96090c083dafd99b77405aa97692483f6a6ab9a4 (patch)
treeae04e4323ff222e3e11fea6abff968e63ffedde4 /ext/-test-/postponed_job
parenta5fc9521d9b5406cfc91605fbfb240a6e11585c9 (diff)
* 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
Diffstat (limited to 'ext/-test-/postponed_job')
-rw-r--r--ext/-test-/postponed_job/postponed_job.c2
1 files changed, 1 insertions, 1 deletions
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);