Skip to content

Commit

Permalink
Removed stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 5, 2017
1 parent 2cd97f1 commit 94c828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/b6b_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static struct addrinfo *b6b_socket_resolve(struct b6b_interp *interp,
return NULL;
}

if (data.out == 0);
if (data.out == 0)
return data.res;

s = gai_strerror(data.out);
Expand Down

0 comments on commit 94c828f

Please sign in to comment.