=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/complete.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ftp/complete.c 1997/09/04 04:37:14 1.9 +++ src/usr.bin/ftp/complete.c 2001/03/09 17:01:02 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: complete.c,v 1.9 1997/09/04 04:37:14 millert Exp $ */ +/* $OpenBSD: complete.c,v 1.10 2001/03/09 17:01:02 millert Exp $ */ /* $NetBSD: complete.c,v 1.10 1997/08/18 10:20:18 lukem Exp $ */ /*- @@ -39,7 +39,7 @@ #ifndef SMALL #ifndef lint -static char rcsid[] = "$OpenBSD: complete.c,v 1.9 1997/09/04 04:37:14 millert Exp $"; +static char rcsid[] = "$OpenBSD: complete.c,v 1.10 2001/03/09 17:01:02 millert Exp $"; #endif /* not lint */ /* @@ -255,6 +255,8 @@ mflag = 1; emesg = NULL; + if (debug) + (void)putc('\n', ttyout); while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) { char *tcp;