aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
diff options
context:
space:
mode:
authorJ08nY2017-12-17 23:10:10 +0100
committerJ08nY2017-12-17 23:10:33 +0100
commit12796045954eedf816432a8fbfb1f5d818efc49b (patch)
tree36c526cbe41357fce3d361de0fb577622f1b4dac /src/exhaustive
parent8b1578b3d9012bfaa936c4e0d8cce3ac341fecd7 (diff)
downloadecgen-12796045954eedf816432a8fbfb1f5d818efc49b.tar.gz
ecgen-12796045954eedf816432a8fbfb1f5d818efc49b.tar.zst
ecgen-12796045954eedf816432a8fbfb1f5d818efc49b.zip
Diffstat (limited to 'src/exhaustive')
-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));