commit | ee5db1d6b9b4c47c01815e103bfeb01d1b3e2706 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Dec 17 16:46:19 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Dec 17 16:46:19 2013 +0100 |
tree | adaf0a81a0643a941967b3721efc170db6982a9a | |
parent | 6a398d4234e5d932da59ae0bb93e0edfba56c6bf [diff] [blame] |
Fix typo in previous commit
diff --git a/library/net.c b/library/net.c index 4c42f11..e666fad 100644 --- a/library/net.c +++ b/library/net.c
@@ -143,8 +143,8 @@ #if !defined(EFIX64) && !defined(EFI32) signal( SIGPIPE, SIG_IGN ); #endif - return( 0 ); #endif + return( 0 ); } /*