diff options
| author | J08nY | 2018-07-09 21:22:53 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-09 21:22:53 +0200 |
| commit | 1be7218990f93c442fa71a073ab16e862092b205 (patch) | |
| tree | 641c2aaa240cd9df5c19f32807ac38036471e127 /src/io/cli.c | |
| parent | 0c97ff4a611c19efbd383f1a5ad63f3d26d3c627 (diff) | |
| download | ecgen-1be7218990f93c442fa71a073ab16e862092b205.tar.gz ecgen-1be7218990f93c442fa71a073ab16e862092b205.tar.zst ecgen-1be7218990f93c442fa71a073ab16e862092b205.zip | |
Diffstat (limited to 'src/io/cli.c')
| -rw-r--r-- | src/io/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.c b/src/io/cli.c index 3b1ff1d..940de84 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -184,7 +184,7 @@ static void cli_end(struct argp_state *state) { error_t cli_parse(int key, char *arg, struct argp_state *state) { switch (key) { - /* Field options */ + /* Field options */ case OPT_FP: cfg->field |= FIELD_PRIME; break; |
