diff options
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
![]() |
index : ruby.git | |
Ruby GIT repository | Jeroen van Meeuwen |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | error.c | 2 |
@@ -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); |