mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/udp/udp_client.c: Fix a printf format warning
This commit is contained in:
parent
a760f95b5d
commit
590e6432cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue