=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/echo.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/mg/echo.c 2005/11/11 18:40:01 1.38 +++ src/usr.bin/mg/echo.c 2005/11/11 18:40:51 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: echo.c,v 1.38 2005/11/11 18:40:01 kjell Exp $ */ +/* $OpenBSD: echo.c,v 1.39 2005/11/11 18:40:51 deraadt Exp $ */ /* This file is in the public domain. */ @@ -229,7 +229,7 @@ continue; } } - switch (c) { + switch (c) { case CCHR('A'): /* start of line */ while (cpos > 0) { if (ISCTRL(buf[--cpos]) != FALSE) {