=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/deroff/deroff.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/deroff/deroff.c 2002/02/28 07:20:21 1.2 --- src/usr.bin/deroff/deroff.c 2002/02/28 08:57:37 1.3 *************** *** 1,4 **** ! /* $OpenBSD: deroff.c,v 1.2 2002/02/28 07:20:21 millert Exp $ */ /*- * Copyright (c) 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: deroff.c,v 1.3 2002/02/28 08:57:37 millert Exp $ */ /*- * Copyright (c) 1988, 1993 *************** *** 76,82 **** #if 0 static const char sccsid[] = "@(#)deroff.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: deroff.c,v 1.2 2002/02/28 07:20:21 millert Exp $"; #endif #endif /* not lint */ --- 76,82 ---- #if 0 static const char sccsid[] = "@(#)deroff.c 8.1 (Berkeley) 6/6/93"; #else ! static const char rcsid[] = "$OpenBSD: deroff.c,v 1.3 2002/02/28 08:57:37 millert Exp $"; #endif #endif /* not lint */ *************** *** 958,964 **** case '"': if (inquote && np[1] == '"') { ! memmove(np, np + 1, strlen(np + 1)); np++; continue; } else { --- 958,964 ---- case '"': if (inquote && np[1] == '"') { ! memmove(np, np + 1, strlen(np)); np++; continue; } else {