aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.c
diff options
context:
space:
mode:
authorJ08nY2017-03-25 18:27:33 +0100
committerJ08nY2017-03-25 18:27:33 +0100
commit63da66f5a5ae9532430215ec854f7f7d238b96ec (patch)
tree37af2141f5ae56e2531aa7a41745b61254e7dcd0 /src/io/cli.c
parentbf0c62c191bf1a557623963bf7b2d31a093d7bc9 (diff)
downloadecgen-63da66f5a5ae9532430215ec854f7f7d238b96ec.tar.gz
ecgen-63da66f5a5ae9532430215ec854f7f7d238b96ec.tar.zst
ecgen-63da66f5a5ae9532430215ec854f7f7d238b96ec.zip
Fixed generation with cofactor.
Diffstat (limited to 'src/io/cli.c')
-rw-r--r--src/io/cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/cli.c b/src/io/cli.c
index efebfbc..2ee6aee 100644
--- a/src/io/cli.c
+++ b/src/io/cli.c
@@ -114,6 +114,7 @@ error_t cli_parse(int key, char *arg, struct argp_state *state) {
if (arg) {
cfg->cofactor_bound = strtol(arg, NULL, 10);
}
+ break;
case OPT_INVALID:
cfg->invalid = true;
break;