summaryrefslogtreecommitdiff
path: root/nt/cmdproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nt/cmdproxy.c')
-rw-r--r--nt/cmdproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index aae852bf4fa..4f167339b7f 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -407,7 +407,7 @@ spawn (char * progname, char * cmdline, char * dir, int * retcode)
/* Return size of current environment block. */
int
-get_env_size ()
+get_env_size (void)
{
char * start = GetEnvironmentStrings ();
char * tmp = start;