Skip to content

Commit

Permalink
too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 25, 2024
1 parent c7fd90f commit 78d27db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msrsave/msrsave_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int main(int argc, char **argv)
}
else
{
err = msr_save(file_name, msr_allowlist_path, msr_path, num_cpu, stdout, stderr);
err = msr_save(file_name, msr_allowlist_path, msr_path, num_cpu, stderr);
}
}

Expand Down

0 comments on commit 78d27db

Please sign in to comment.