aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/order.c b/src/math/order.c
index e7abf56..1bcbb3e 100644
--- a/src/math/order.c
+++ b/src/math/order.c
@@ -17,7 +17,7 @@ int order_smallfact(curve_t *curve, config_t *cfg, arg_t *args) {
pari_ulong smallfact = *(pari_ulong *)args->args;
pari_sp ltop = avma;
GEN fact = mpfact(smallfact);
- if (lgefint(fact) > 3) {
+ if (lgefint(fact) > 3) {
smallfact = 0;
} else {
smallfact = itou(fact);