Missing endline.
This commit is contained in:
parent
425cc04c2d
commit
b67f620f08
@ -92,4 +92,4 @@ mp_limb_t mpn_divrem_hensel_rsh_qr_1(mp_ptr qp, mp_srcptr xp,
|
|||||||
modlimb_invert(m, d); /* should we allow s=0 ?? */
|
modlimb_invert(m, d); /* should we allow s=0 ?? */
|
||||||
|
|
||||||
return mpn_divrem_hensel_rsh_qr_1_preinv(qp, xp, n, d, m, s);
|
return mpn_divrem_hensel_rsh_qr_1_preinv(qp, xp, n, d, m, s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user