X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eca2adb4b3a4ca095116f54e9e0a6df19f0bd149..32f761755e2cfee243a1513c9ea9871586463fa6:/flist.c diff --git a/flist.c b/flist.c index 5fde5b60..77f2995c 100644 --- a/flist.c +++ b/flist.c @@ -867,11 +867,11 @@ static void send_directory(int f, struct file_list *flist, char *dir) } -/* +/** * - * I *think* f==-1 means that the list should just be built in memory - * and not transmitted. But who can tell? -- mbp - */ + * I think f==-1 means that the list should just be built in + * memory and not transmitted. But who can tell? -- mbp + **/ struct file_list *send_file_list(int f, int argc, char *argv[]) { int i, l;