Skip to content

Commit ca98756

Browse files
authored
TCPSocket.cpp setting socket should terminate with semicolon
1 parent 615ed31 commit ca98756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/TCPSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TCPSocket::TCPSocket()
2525

2626
TCPSocket::TCPSocket(TCPSocket *parent, nsapi_socket_t socket, SocketAddress address)
2727
{
28-
_socket = socket,
28+
_socket = socket;
2929
_stack = parent->_stack;
3030
_factory_allocated = true;
3131
_remote_peer = address;

0 commit comments

Comments
 (0)