summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dln.c b/dln.c
index d9bacb78c4..36f416a010 100644
--- a/dln.c
+++ b/dln.c
@@ -1501,6 +1501,7 @@ dln_load(file)
failed:
rb_loaderror("%s - %s", dln_strerror(), file);
#endif
+ return 0; /* dummy return */
}
static char *dln_find_1();