summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index d79897fc92..e508cf0242 100644
--- a/file.c
+++ b/file.c
@@ -2348,6 +2348,7 @@ rb_find_file(path)
if (file_load_ok(f)) {
return rb_str_new2(f);
}
+ return 0;
}
static void