From 03ec746bf1afc498c91a4bff3a3f80d873594b95 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Mon, 19 May 1997 15:42:21 +0000 Subject: deTABisation git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1563 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/createprocess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/win32unix/createprocess.c') diff --git a/otherlibs/win32unix/createprocess.c b/otherlibs/win32unix/createprocess.c index 9600cf0fe..64917ba75 100644 --- a/otherlibs/win32unix/createprocess.c +++ b/otherlibs/win32unix/createprocess.c @@ -47,8 +47,8 @@ value win_create_process_native(cmd, cmdline, env, fd1, fd2, fd3) } value win_create_process(argv, argn) /* ML */ - value * argv; - int argn; + value * argv; + int argn; { return win_create_process_native(argv[0], argv[1], argv[2], argv[3], argv[4], argv[5]); -- cgit v1.2.3-70-g09d2