summaryrefslogtreecommitdiff
path: root/src/win32/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r--src/win32/posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h
index 962877166..5f924a026 100644
--- a/src/win32/posix.h
+++ b/src/win32/posix.h
@@ -24,7 +24,7 @@ GIT_INLINE(int) p_mkdir(const char *path, mode_t mode)
{
git_win32_path buf;
GIT_UNUSED(mode);
- git__win32_path_from_c(buf, path);
+ git_win32_path_from_c(buf, path);
return _wmkdir(buf);
}