aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 72cfbc7..705b24b 100644
--- a/src/common.c
+++ b/src/common.c
@@ -294,7 +294,6 @@ int run(int argc, char* argv[], libkeccak_generalised_spec_t* restrict spec, con
args_parse(argc, argv);
- /* TODO stricter parsing */
if (args_opts_used("-h")) return args_help(0), 0;
if (args_opts_used("-R")) spec->bitrate = atol(args_opts_get("-R")[0]);
if (args_opts_used("-C")) spec->capacity = atol(args_opts_get("-C")[0]);