From: Wayne Davison Date: Fri, 28 Mar 2008 17:30:11 +0000 (-0700) Subject: Dump an extraneous empty line. X-Git-Tag: v3.0.1pre3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b05c58cce6afb65c15400dcd9fc6041c9182aad8;p=thirdparty%2Frsync.git Dump an extraneous empty line. --- diff --git a/generator.c b/generator.c index 80db57dd..7c329f24 100644 --- a/generator.c +++ b/generator.c @@ -1488,7 +1488,6 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, delete_in_dir(fname, file, &real_sx.st.st_dev); else change_local_filter_dir(fname, strlen(fname), F_DEPTH(file)); - } goto cleanup; }