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

This commit is contained in:
yar 2004-12-16 07:27:28 +00:00
parent 30b9a2308f
commit 4095278a2b

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;