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

This commit is contained in:
Gregory Nutt
2015-04-29 15:58:33 -06:00
parent 2afe1e869b
commit c1a59049c9
+1 -1
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) 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:
* *