xiaoxiang781216 commented on code in PR #1340: URL: https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r991501528
########## examples/ustream/ustream_client.c: ########## @@ -90,7 +90,7 @@ int main(int argc, FAR char *argv[]) printf("client: Connecting to %s...\n", CONFIG_EXAMPLES_USTREAM_ADDR); addrlen += sizeof(sa_family_t) + 1; - ret = connect( sockfd, (struct sockaddr *)&myaddr, addrlen); + ret = connect(sockfd, (struct sockaddr *)&myaddr, addrlen); Review Comment: since the whole ustream_client.c doesn't add FAR, let's do the clean up in the new PR instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org