diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index a9913df..5e6cb66 100644 --- a/src/common.c +++ b/src/common.c @@ -545,7 +545,7 @@ int run(int argc, char* argv[], libkeccak_generalised_spec_t* restrict gspec, co if (args_opts_used("-v")) verbose = 1; fun = check ? check_checksums : print_checksum; - + if ((r = make_spec(gspec, &spec))) goto done; |