mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
* src/mswindows.c: Fix prototype of fork_to_background()
Reported-by: Gisle Vanem
This commit is contained in:
parent
98ec26cc6d
commit
bea54e0da4
@ -312,7 +312,7 @@ cleanup:
|
||||
|
||||
/* This is the corresponding Windows implementation of the
|
||||
fork_to_background() function in utils.c. */
|
||||
void
|
||||
bool
|
||||
fork_to_background (void)
|
||||
{
|
||||
int rv;
|
||||
@ -332,6 +332,7 @@ fork_to_background (void)
|
||||
abort ();
|
||||
}
|
||||
/* If we get here, we're the child. */
|
||||
return false;
|
||||
}
|
||||
|
||||
static BOOL WINAPI
|
||||
|
Loading…
Reference in New Issue
Block a user