aboutsummaryrefslogtreecommitdiff
path: root/src/math/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/types.c')
-rw-r--r--src/math/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/types.c b/src/math/types.c
index bf1bb5d..431c9c2 100644
--- a/src/math/types.c
+++ b/src/math/types.c
@@ -4,4 +4,4 @@
*/
#include "types.h"
-int gen_skip(curve_t *curve, config_t *config, arg_t *args) { return 1; }
+int gen_skip(curve_t *curve, config_t *cfg, arg_t *args) { return 1; }