aboutsummaryrefslogtreecommitdiff
path: root/libbb/udp_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/udp_io.c')
-rw-r--r--libbb/udp_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/udp_io.c b/libbb/udp_io.c
index d834a237b..7e48d32f3 100644
--- a/libbb/udp_io.c
+++ b/libbb/udp_io.c
@@ -51,7 +51,7 @@ send_to_from(int fd, void *buf, size_t len, int flags,
/* ANY local address */
return sendto(fd, buf, len, flags, to, tolen);
}
-
+
/* man recvmsg and man cmsg is needed to make sense of code below */
iov[0].iov_base = buf;