mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
Fix a warning found in build testing.
This commit is contained in:
@@ -278,7 +278,7 @@ int udpblaster_main(int argc, char *argv[])
|
||||
|
||||
if (bind(sockfd, (struct sockaddr*)&target, addrlen) < 0)
|
||||
{
|
||||
printf(stderr, "ERROR bind failure: %d\n", errno);
|
||||
fprintf(stderr, "ERROR bind failure: %d\n", errno);
|
||||
ret = EXIT_FAILURE;
|
||||
goto errout_with_socket;
|
||||
}
|
||||
|
Reference in New Issue
Block a user