aboutsummaryrefslogtreecommitdiffstats
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 dec12eb8d2..c4521b0e16 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1039,7 +1039,7 @@ typedef struct _NtCmdLineElement {
#define NTSTRING 0x4 // element contains a quoted string
static int
-insert(const char *path, VALUE vinfo)
+insert(const char *path, VALUE vinfo, void *enc)
{
NtCmdLineElement *tmpcurr;
NtCmdLineElement ***tail = (NtCmdLineElement ***)vinfo;