mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +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;);
|
LWIP_ERROR("netconn_close: invalid conn", (conn != NULL), return ERR_ARG;);
|
||||||
|
|
||||||
|
|
||||||
conn->state = NETCONN_CLOSE;
|
conn->state = NETCONN_CLOSE;
|
||||||
again:
|
again:
|
||||||
msg.function = do_close;
|
msg.function = do_close;
|
||||||
|
Loading…
Reference in New Issue
Block a user