mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 23:20:18 +01:00
Compile fix on Windows.
This commit fixes a regression introduced with commit 04b8a7a772.
This commit is contained in:
parent
04b8a7a772
commit
008264ff55
1 changed files with 1 additions and 1 deletions
|
|
@ -582,6 +582,7 @@ spawn_program (char* name, char** argv, char** envp)
|
|||
static DWORD __stdcall
|
||||
babysitter (void *parameter)
|
||||
{
|
||||
int ret = 0;
|
||||
DBusBabysitter *sitter = (DBusBabysitter *) parameter;
|
||||
|
||||
PING();
|
||||
|
|
@ -612,7 +613,6 @@ babysitter (void *parameter)
|
|||
|
||||
if (sitter->child_handle != NULL)
|
||||
{
|
||||
int ret;
|
||||
DWORD status;
|
||||
|
||||
PING();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue