diff options
Diffstat (limited to 'connecting.c')
-rw-r--r-- | connecting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connecting.c b/connecting.c index fe9b99e..40da78e 100644 --- a/connecting.c +++ b/connecting.c @@ -11,7 +11,7 @@ #include <arpa/inet.h> #include <netinet/in.h> -int main () { +int main (void) { int sockfd; struct addrinfo *res; |