aboutsummaryrefslogtreecommitdiff
path: root/src/gen/equation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/equation.c')
-rw-r--r--src/gen/equation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen/equation.c b/src/gen/equation.c
index 7c90ab7..9524df7 100644
--- a/src/gen/equation.c
+++ b/src/gen/equation.c
@@ -106,7 +106,7 @@ GENERATOR(b_gen_zero) {
return 1;
}
-GENERATOR(g_gen_one) {
+GENERATOR(b_gen_one) {
curve->b = gen_1;
return 1;
}