aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
authorJ08nY2018-02-27 16:47:27 +0100
committerJ08nY2018-02-27 16:47:27 +0100
commitb86ede073f78121f58cbad9a56f55041191a150b (patch)
tree67b548d8540f57968d342499d9c68e42327b96a2 /src/misc/config.h
parent76b8866222b9abd5f25a795ff719914e852e14ab (diff)
downloadecgen-b86ede073f78121f58cbad9a56f55041191a150b.tar.gz
ecgen-b86ede073f78121f58cbad9a56f55041191a150b.tar.zst
ecgen-b86ede073f78121f58cbad9a56f55041191a150b.zip
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index 367de52..9a8f8af 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -12,7 +12,7 @@
#include <stddef.h>
enum field_e { FIELD_PRIME = 1 << 0, FIELD_BINARY = 1 << 1 };
-enum format_e { FORMAT_JSON, FORMAT_CSV };
+enum format_e { FORMAT_JSON };
enum points_e {
POINTS_NONE = 0,
POINTS_PRIME,