diff options
Diffstat (limited to 'coreutils/timeout.c')
-rw-r--r-- | coreutils/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/timeout.c b/coreutils/timeout.c index 4cdde4366..68188b389 100644 --- a/coreutils/timeout.c +++ b/coreutils/timeout.c | |||
@@ -140,7 +140,7 @@ int timeout_main(int argc UNUSED_PARAM, char **argv) | |||
140 | if (argv[0] == NULL) | 140 | if (argv[0] == NULL) |
141 | bb_show_usage(); | 141 | bb_show_usage(); |
142 | 142 | ||
143 | if ((ret=mingw_spawn_proc(argv)) == -1) | 143 | if ((ret=mingw_spawn_proc((const char **)argv)) == -1) |
144 | bb_perror_msg_and_die("can't execute '%s'", argv[0]); | 144 | bb_perror_msg_and_die("can't execute '%s'", argv[0]); |
145 | 145 | ||
146 | h = (HANDLE)ret; | 146 | h = (HANDLE)ret; |