rc: Fix invalid returned value

This commit is contained in:
Hugo Beauzée-Luyssen 2014-10-21 16:51:26 +02:00
parent 7f5facae49
commit 260d31fa7b
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ static void *Run( void *data )
if( p_intf->p_sys->hConsoleIn == INVALID_HANDLE_VALUE )
{
msg_Err( p_intf, "couldn't find user input handle" );
return;
return NULL;
}
#endif