mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-02-04 20:22:32 -05:00
Committed a space-tweak from Chris Shoemaker.
This commit is contained in:
@@ -289,7 +289,7 @@ static int receive_data(int f_in,struct map_struct *mapbuf,int fd,char *fname,
|
||||
* main routine for receiver process.
|
||||
*
|
||||
* Receiver process runs on the same host as the generator process. */
|
||||
int recv_files(int f_in,struct file_list *flist,char *local_name)
|
||||
int recv_files(int f_in, struct file_list *flist, char *local_name)
|
||||
{
|
||||
int fd1,fd2;
|
||||
STRUCT_STAT st;
|
||||
|
||||
Reference in New Issue
Block a user