examples/udp/udp_client.c: Fix a printf format warning
This commit is contained in:
parent
a760f95b5d
commit
590e6432cb
@ -153,7 +153,7 @@ void udp_client(void)
|
||||
sockfd = create_socket();
|
||||
if (sockfd < 0)
|
||||
{
|
||||
printf("client ERROR: create_socket failed %d\n");
|
||||
printf("client ERROR: create_socket failed\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user