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 d6ffec6075..90fd238492 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4115,7 +4115,7 @@ setfl(SOCKET sock, int arg)
/* License: Ruby's */
static int
-dupfd(HANDLE hDup, char flags, int minfd)
+dupfd(HANDLE hDup, int flags, int minfd)
{
int save_errno;
int ret;