summaryrefslogtreecommitdiff
path: root/connecting.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-03 10:46:16 +0200
committerOskar <[email protected]>2024-06-03 10:46:16 +0200
commitcf86eea3ef47ce4444b99edff866a7d9836bd763 (patch)
treeb4807c241595755035557b44001bc053e513917c /connecting.c
parent4333fba71bbdadfe078aa7ebbe9194c6fc35af22 (diff)
udp client-DGRAM
Diffstat (limited to 'connecting.c')
-rw-r--r--connecting.c2
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;