diff options
author | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-03-07 17:38:48 +0000 |
---|---|---|
committer | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-03-07 17:38:48 +0000 |
commit | ab442cdc39aca93f054f007840d0ef2bf9051c55 (patch) | |
tree | 5fbd08503f575cdf4a704e33fb49cc8f91b3b152 /dln.c | |
parent | eed5e11d3b3216638379422a5cd1f8f684ff4e53 (diff) |
* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
-rw-r--r-- | dln.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1224,7 +1224,7 @@ aix_loaderror(const char *pathname) do { \ *p++ = ((c = *file++) == '/') ? DLN_NEEDS_ALT_SEPARATOR : c; \ } while (c); \ - str = tmp; \ + src = tmp; \ } while (0) #else #define translit_separator(str) (void)(str) |