Update sockets.c

This commit is contained in:
Bernard Xiong 2017-11-13 21:12:48 +08:00 committed by GitHub
parent dcf175b285
commit 543a83eb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,6 @@ lwip_tryget_socket(int s)
return tryget_socket(s); return tryget_socket(s);
} }
/** /**
* Allocate a new socket for a given netconn. * Allocate a new socket for a given netconn.
* *