1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix typo in previous commit

This commit is contained in:
Manuel Pégourié-Gonnard
2013-12-17 16:46:19 +01:00
parent 6a398d4234
commit ee5db1d6b9

View File

@@ -143,8 +143,8 @@ static int net_prepare( void )
#if !defined(EFIX64) && !defined(EFI32)
signal( SIGPIPE, SIG_IGN );
#endif
return( 0 );
#endif
return( 0 );
}
/*