X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=8fca5bc6c2759c27b4e0402cba3e341b60b82ebc;hp=465b3ca64171b41ec23df50b398c589226dc4c79;hb=5661fe0c66af9a103bef356b1b45b3b6e386ea38;hpb=abfb661f35e99e99c09a94d84839356d905af080 diff --git a/udp_send.c b/udp_send.c index 465b3ca6..8fca5bc6 100644 --- a/udp_send.c +++ b/udp_send.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -58,7 +57,7 @@ static void udp_close_target(struct sender_client *sc) size_t len = vss_get_fec_eof_packet(&buf); /* - * Ignore the return value of wirte() since we are closing the target + * Ignore the return value of write() since we are closing the target * anyway. The sole purpose of the "do_nothing" statement is to silence * gcc. */