summaryrefslogtreecommitdiff
path: root/usr.bin/mg/line.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/line.c')
-rw-r--r--usr.bin/mg/line.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/line.c b/usr.bin/mg/line.c
index 2d7fd220b7b..0831136110a 100644
--- a/usr.bin/mg/line.c
+++ b/usr.bin/mg/line.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: line.c,v 1.24 2005/10/06 16:48:00 kjell Exp $ */
+/* $OpenBSD: line.c,v 1.25 2005/10/13 20:28:49 deraadt Exp $ */
/* This file is in the public domain. */
@@ -588,7 +588,7 @@ lreplace(RSIZE plen, char *st, int f)
}
undo_add_boundary();
undo_no_boundary(TRUE);
-
+
(void)backchar(FFARG | FFRAND, (int)plen);
(void)ldelete(plen, KNONE);