summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 30d63c6203..19bb1dc2e5 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3008,7 +3008,7 @@ win32_rmdir(const char *dir)
DllExport int
win32_chdir(const char *dir)
{
- dTHXo;
+ dTHX;
if (!dir) {
errno = ENOENT;
return -1;