From c4fea82ff912c596e0e1e49218a67917be8df6df Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 11 Apr 2002 02:21:41 +0000 Subject: [PATCH] Doc. --- flist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.34.1