pull/1/head
Kaleb Himes 2014-06-10 10:13:13 -06:00
parent 7c28f86855
commit e649fcb20a
1 changed files with 1 additions and 2 deletions

View File

@ -86,10 +86,9 @@ int main (int argc, char** argv)
if (sendto(sockfd, buf, strlen(buf), 0, if (sendto(sockfd, buf, strlen(buf), 0,
(struct sockaddr *)&cliaddr, cliaddrlen) < 0) { (struct sockaddr *)&cliaddr, cliaddrlen) < 0) {
printf("sendto"); printf("\"sendto\" failed.\n");
return 1; return 1;
} }
/* continues to loop, use "Ctrl+C" to terminate listening */ /* continues to loop, use "Ctrl+C" to terminate listening */
} }
return 0; return 0;