1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Do a small style(9) fix before I'm hacking the code itself.

This commit is contained in:
Yaroslav Tykhiy 2004-12-16 07:27:28 +00:00
parent 8efc8b18e5
commit bcd2618483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138911

View File

@ -2028,7 +2028,6 @@ send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg)
filefd = fileno(instr);
if (isreg) {
char *msg = "Transfer complete.";
off_t offset;
int err;