* spawn.cc (spawn_guts): Change type back to 'int' after erroneous change

below.
This commit is contained in:
Christopher Faylor
2003-12-08 00:21:17 +00:00
parent 2e008fb91f
commit 1c5c9a6bfb
4 changed files with 18 additions and 14 deletions

View File

@@ -345,7 +345,7 @@ do_cleanup (void *args)
}
static bool __stdcall
static int __stdcall
spawn_guts (const char * prog_arg, const char *const *argv,
const char *const envp[], int mode)
{