mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:35:43 +01:00
Fix typo in previous commit
This commit is contained in:
parent
6a398d4234
commit
ee5db1d6b9
@ -143,8 +143,8 @@ static int net_prepare( void )
|
|||||||
#if !defined(EFIX64) && !defined(EFI32)
|
#if !defined(EFIX64) && !defined(EFI32)
|
||||||
signal( SIGPIPE, SIG_IGN );
|
signal( SIGPIPE, SIG_IGN );
|
||||||
#endif
|
#endif
|
||||||
return( 0 );
|
|
||||||
#endif
|
#endif
|
||||||
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user