summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/windir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/windir.c')
-rw-r--r--otherlibs/win32unix/windir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/windir.c b/otherlibs/win32unix/windir.c
index 13a7edec3..0a681e76c 100644
--- a/otherlibs/win32unix/windir.c
+++ b/otherlibs/win32unix/windir.c
@@ -36,7 +36,7 @@ CAMLprim value win_findfirst(name)
if (err == ERROR_NO_MORE_FILES)
raise_end_of_file();
else {
- win32_maperr(err);
+ win32_maperr(err);
uerror("opendir", Nothing);
}
}