mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
Minor fix (extra spaces)
This commit is contained in:
parent
24e29cecae
commit
af71292aba
@ -812,7 +812,6 @@ netconn_close(struct netconn *conn)
|
||||
|
||||
LWIP_ERROR("netconn_close: invalid conn", (conn != NULL), return ERR_ARG;);
|
||||
|
||||
|
||||
conn->state = NETCONN_CLOSE;
|
||||
again:
|
||||
msg.function = do_close;
|
||||
|
Loading…
Reference in New Issue
Block a user