summaryrefslogtreecommitdiffstats
path: root/eqn_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'eqn_term.c')
-rw-r--r--eqn_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eqn_term.c b/eqn_term.c
index 9f53af97..1582f893 100644
--- a/eqn_term.c
+++ b/eqn_term.c
@@ -40,10 +40,10 @@ static void eqn_box(struct termp *, const struct eqn_box *);
void
-term_eqn(struct termp *p, const struct eqn *ep)
+term_eqn(struct termp *p, const struct eqn_box *bp)
{
- eqn_box(p, ep->root);
+ eqn_box(p, bp);
p->flags &= ~TERMP_NOSPACE;
}