aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/eqn/mark.c')
-rw-r--r--src/cmd/eqn/mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/eqn/mark.c b/src/cmd/eqn/mark.c
index f02e6779..e6bd9022 100644
--- a/src/cmd/eqn/mark.c
+++ b/src/cmd/eqn/mark.c
@@ -13,7 +13,7 @@ void lineup(int p1)
markline = 2;
if (p1 == 0) {
yyval = salloc();
- printf(".ds %d \\h'|\\n(09u'\n", yyval);
+ printf(".ds %d \\h'|\\n(09u'\n", (int)yyval);
}
dprintf(".\tlineup %d\n", p1);
}