aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/brainpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/brainpool.c')
-rw-r--r--src/exhaustive/brainpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exhaustive/brainpool.c b/src/exhaustive/brainpool.c
index fdabd6f..99d8fb8 100644
--- a/src/exhaustive/brainpool.c
+++ b/src/exhaustive/brainpool.c
@@ -111,7 +111,7 @@ GENERATOR(brainpool_gen_field) {
GEN p = c;
pari_sp bbtop = avma;
do {
- if (p != c) {//yes, check ptr identity here
+ if (p != c) { // yes, check ptr identity here
avma = bbtop;
}
p = nextprime(addii(p, gen_1));