소스 검색

Update sockets.c

Bernard Xiong 7 년 전
부모
커밋
543a83eb01
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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.
  *