Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static bool do_size(int argc, char *argv[])
bool ok = true;
if (argc == 2) {
if (!get_int(argv[1], &reps))
report(1, "Invalid number of calls to size '%s'", argv[2]);
report(1, "Invalid number of calls to size '%s'", argv[1]);
}

int cnt = 0;
Expand Down
Loading