=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/domacro.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/ftp/domacro.c 2015/10/18 03:04:11 1.18 +++ src/usr.bin/ftp/domacro.c 2017/01/21 08:33:07 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: domacro.c,v 1.18 2015/10/18 03:04:11 mmcc Exp $ */ +/* $OpenBSD: domacro.c,v 1.19 2017/01/21 08:33:07 krw Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -71,7 +71,7 @@ cp2 = line; while (*cp1 != '\0') { switch(*cp1) { - case '\\': + case '\\': *cp2++ = *++cp1; break; case '$':