Skip to content

Commit

Permalink
fix a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Apr 2, 2022
1 parent e189290 commit c3a944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arf/mul_via_mpfr.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "arf.h"

int
arf_mul_via_mpfr(arf_ptr z, arf_srcptr x, arf_srcptr y,
arf_mul_via_mpfr(arf_t z, const arf_t x, const arf_t y,
slong prec, arf_rnd_t rnd)
{
mp_size_t xn, yn, zn, val;
Expand Down

0 comments on commit c3a944c

Please sign in to comment.