Skip to content

Commit

Permalink
Merge pull request #829 from zanzaben/fix828_fix_comment_style
Browse files Browse the repository at this point in the history
Fix #828, fix comment style
  • Loading branch information
astrogeco committed Mar 1, 2021
2 parents 9725f44 + bbce4be commit f5b47d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/select-test/select-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ void Teardown_Multi(void)
{
if (networkImplemented)
{
// Server 1 is intentionaly left waiting so we close it out here.
/* Server 1 is intentionaly left waiting so we close it out here. */
OS_close(s_socket_id);
OS_TaskDelete(s_task_id);

Expand Down

0 comments on commit f5b47d1

Please sign in to comment.