summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 15:01:22 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 15:01:22 +0000
commit1e8985a4c3dee808743670ecc3674106119847b3 (patch)
tree0e690e02ab2ec3b1a0ffb11f1711cb7ea6962fdf /file.c
parent1c8d0b2c04dced26ae606f2712bccb3966dc202f (diff)
merge -c 12127
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index e392cd7b35..226046a6ef 100644
--- a/file.c
+++ b/file.c
@@ -2433,7 +2433,7 @@ rb_path_last_separator(path)
return last;
}
-char *
+static char *
chompdirsep(path)
const char *path;
{