aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2017-03-01 16:17:36 +0100
committerJ08nY2017-03-01 16:17:36 +0100
commit31b381aa946d203b16be4bb4476dce97bc5979b3 (patch)
tree137fa9eea0ceb59ad56cf449137b141192e15727 /src
parentc5a2ca82a4f4c55c7682ce63898241e267703237 (diff)
downloadecgen-31b381aa946d203b16be4bb4476dce97bc5979b3.tar.gz
ecgen-31b381aa946d203b16be4bb4476dce97bc5979b3.tar.zst
ecgen-31b381aa946d203b16be4bb4476dce97bc5979b3.zip
Diffstat (limited to 'src')
-rw-r--r--src/io/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.h b/src/io/cli.h
index 5f668f8..3facaff 100644
--- a/src/io/cli.h
+++ b/src/io/cli.h
@@ -18,7 +18,7 @@ extern struct argp_option options[];
enum field_e { FIELD_PRIME, FIELD_BINARY };
enum format_e { FORMAT_JSON, FORMAT_CSV };
-enum points_e { POINTS_RANDOM, POINTS_PRIME };
+enum points_e { POINTS_PRIME, POINTS_RANDOM };
struct points_s {
enum points_e type;
size_t amount;