aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff/t13.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/htmlroff/t13.c')
-rw-r--r--src/cmd/htmlroff/t13.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/htmlroff/t13.c b/src/cmd/htmlroff/t13.c
index 0fadab3a..b2922f6a 100644
--- a/src/cmd/htmlroff/t13.c
+++ b/src/cmd/htmlroff/t13.c
@@ -11,7 +11,6 @@ t13init(void)
addreq(L("hy"), r_nop, -1);
addreq(L("hc"), r_nop, -1);
addreq(L("hw"), r_nop, -1);
-
+
addesc('%', e_nop, 0);
}
-