diff --git a/tests/openssh_fixture.c b/tests/openssh_fixture.c index 0480c5d5..97f154e9 100644 --- a/tests/openssh_fixture.c +++ b/tests/openssh_fixture.c @@ -208,7 +208,7 @@ static int is_running_inside_a_container() #endif } -static unsigned int portable_sleep(unsigned int seconds) +static void portable_sleep(unsigned int seconds) { #ifdef WIN32 Sleep(seconds);