Fix typo in previous commit
This commit is contained in:
parent
6a398d4234
commit
ee5db1d6b9
1 changed files with 1 additions and 1 deletions
|
@ -143,8 +143,8 @@ static int net_prepare( void )
|
|||
#if !defined(EFIX64) && !defined(EFI32)
|
||||
signal( SIGPIPE, SIG_IGN );
|
||||
#endif
|
||||
return( 0 );
|
||||
#endif
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue