Add newline at EOF.

This commit is contained in:
Christopher Faylor 2002-01-21 17:47:53 +00:00
parent 8ef47135dd
commit 1c6577408e
1 changed files with 1 additions and 1 deletions

View File

@ -2579,4 +2579,4 @@ cygwin_sendmsg(int s, const struct msghdr *msg, int flags)
(struct sockaddr *) msg->msg_name, msg->msg_namelen);
free (buf);
return ret;
}
}