From ee5db1d6b9b4c47c01815e103bfeb01d1b3e2706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 17 Dec 2013 16:46:19 +0100 Subject: [PATCH] Fix typo in previous commit --- library/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/net.c b/library/net.c index 4c42f1109..e666fadf1 100644 --- a/library/net.c +++ b/library/net.c @@ -143,8 +143,8 @@ static int net_prepare( void ) #if !defined(EFIX64) && !defined(EFI32) signal( SIGPIPE, SIG_IGN ); #endif - return( 0 ); #endif + return( 0 ); } /*