summaryrefslogtreecommitdiff
path: root/gmpxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmpxx.h b/gmpxx.h
index e7ef16266..fb4865466 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -616,7 +616,7 @@ struct __gmp_binary_divides
}
else
#endif
- mpz_tdiv_q_ui(z, w, l);
+ mpz_tdiv_q_ui(z, w, l);
}
static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w)
{