Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 8, 2023
1 parent 5935dd0 commit 4d5b3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gplaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ static int socket_connect(const URL *url, int socktype) {
static int tcp_connect(const URL *url) {
return socket_connect(url, SOCK_STREAM);
}


/*============================================================================*/
static void parse_plaintext_line(char *line, int *pre, Selector **sel, SelectorList *list) {
(void)pre;
Expand Down

0 comments on commit 4d5b3d8

Please sign in to comment.