diff --git a/error.c b/error.c index ef74ff5af0..084c395184 100644 --- a/error.c +++ b/error.c @@ -693,7 +693,7 @@ rb_sys_fail(mesg) } void -rb_load_failed(path) +rb_load_fail(path) char *path; { rb_loaderror("%s -- %s", strerror(errno), path);