mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Another newly missing semicolon after a debug assertion. Noted by Librae
This commit is contained in:
@@ -192,7 +192,7 @@ void net_stopmonitor(FAR struct tcp_conn_s *conn)
|
|||||||
|
|
||||||
void net_lostconnection(FAR struct socket *psock, uint16_t flags)
|
void net_lostconnection(FAR struct socket *psock, uint16_t flags)
|
||||||
{
|
{
|
||||||
DEBUGASSERT(psock)
|
DEBUGASSERT(psock);
|
||||||
|
|
||||||
/* These loss-of-connection events may be reported:
|
/* These loss-of-connection events may be reported:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user