Update client-udp.c

Added a comment to main - couldn't find any variable declarations to move to the top of the main method
pull/55/head
abrahamsonn 2017-06-02 13:53:31 -06:00 committed by GitHub
parent f27363dd3b
commit ddef4d8a6b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
int main(int argc, char** argv)
{
/* standard variables used in a udp client */
int sockfd;
int recvlen;
struct sockaddr_in servAddr;