diff --git a/src/util/shell.cpp b/src/util/shell.cpp index 6310c9cc81c0..9892e76712d0 100644 --- a/src/util/shell.cpp +++ b/src/util/shell.cpp @@ -362,7 +362,7 @@ pair_ref run_new_frontend( name const & main_module_name, uint32_t trust_level, optional const & ilean_file_name, - uint8_t json + uint8_t json_output ) { object * oilean_file_name = mk_option_none(); if (ilean_file_name) {