Another newly missing semicolon after a debug assertion. Noted by Librae

This commit is contained in:
Gregory Nutt 2015-04-29 15:56:08 -06:00
parent 52cbeead7f
commit 00011d4766
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ void net_stopmonitor(FAR struct tcp_conn_s *conn)
void net_lostconnection(FAR struct socket *psock, uint16_t flags)
{
DEBUGASSERT(psock)
DEBUGASSERT(psock);
/* These loss-of-connection events may be reported:
*