summaryrefslogtreecommitdiff
path: root/usr.bin/mg/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/util.c')
-rw-r--r--usr.bin/mg/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mg/util.c b/usr.bin/mg/util.c
index 519fba8cb46..d5b5a06af14 100644
--- a/usr.bin/mg/util.c
+++ b/usr.bin/mg/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.35 2015/03/19 21:22:15 bcallah Exp $ */
+/* $OpenBSD: util.c,v 1.36 2015/09/29 03:19:24 guenther Exp $ */
/* This file is in the public domain. */
@@ -68,7 +68,6 @@ showcpos(int f, int n)
++row;
clp = lforw(clp);
}
- /* NOSTRICT */
ratio = nchar ? (100L * cchar) / nchar : 100;
ewprintf("Char: %c (0%o) point=%ld(%d%%) line=%d row=%d col=%d",
cbyte, cbyte, cchar, ratio, cline, row, getcolpos(curwp));