Skip to content

Commit 6ab6140

Browse files
committed
2 parents a7e4ff2 + 4317acf commit 6ab6140

2 files changed

Lines changed: 609 additions & 429 deletions

File tree

src/cli/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ int main(int argc, char* argv[]) {
220220
#endif
221221

222222
const std::vector<std::string> args(argv + 1, argv + argc);
223-
const u32 arg_count = static_cast<u32>(argc - 1);
223+
const u32 argument_count = static_cast<u32>(argc - 1);
224224

225-
if (arg_count == 0) {
225+
if (argument_count == 0) {
226226
general(false, false, false);
227227
return 0;
228228
}

0 commit comments

Comments
 (0)