summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
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 23a218a6de..a6b55662ea 100644
--- a/file.c
+++ b/file.c
@@ -244,7 +244,7 @@ rb_str_encode_ospath(VALUE path)
}
#ifdef __APPLE__
-VALUE
+static VALUE
rb_str_normalize_ospath0(const char *ptr, long len)
{
VALUE str;