X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fd322eef82eaeec22300d66a49aeb4c179fea6f5..e1f67417d7af01cc51dc4391d2bc7228ca42f73a:/receiver.c diff --git a/receiver.c b/receiver.c index f69fa1d9..29fd33c2 100644 --- a/receiver.c +++ b/receiver.c @@ -208,7 +208,7 @@ static int receive_data(int f_in,struct map_struct *mapbuf,int fd,char *fname, char *data; static char file_sum1[MD4_SUM_LENGTH]; static char file_sum2[MD4_SUM_LENGTH]; - char *map=NULL; + char *map = NULL; read_sum_head(f_in, &sum);