Explorar o código

Update sockets.c

Bernard Xiong %!s(int64=7) %!d(string=hai) anos
pai
achega
543a83eb01
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      components/net/lwip-1.4.1/src/api/sockets.c

+ 1 - 2
components/net/lwip-1.4.1/src/api/sockets.c

@@ -240,10 +240,9 @@ tryget_socket(int s)
 struct lwip_sock *
 lwip_tryget_socket(int s)
 {
-	return tryget_socket(s);
+  return tryget_socket(s);
 }
 
-
 /**
  * Allocate a new socket for a given netconn.
  *