summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-26 11:28:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-26 11:28:39 +0000
commitd82d9923cbf775e795ea0473b6b1e359c920fb09 (patch)
treec430674246a13f14c047c23292a893a392994fb7 /dln.c
parent7d5435bb1b467c2fbaeaf2dbdddff37b6585c837 (diff)
commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dln.c b/dln.c
index 8876666fcc..4140c10e53 100644
--- a/dln.c
+++ b/dln.c
@@ -1796,11 +1796,12 @@ dln_find_1(fname, path, exe_flag)
if (mac_fullpath = _macruby_exist_file_in_libdir_as_posix_name(fbuf))
return mac_fullpath;
- next:
#endif
}
}
#endif /* MSDOS or _WIN32 or __human68k__ or __EMX__ */
+
+ next:
/* if not, and no other alternatives, life is bleak */
if (*ep == '\0') {
return NULL;