Skip to content

Commit

Permalink
Fix c++ style comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellerozenblit committed Dec 11, 2024
1 parent 180a66c commit 2a8502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/zstdcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ int main(int argCount, const char* argv[])
DISPLAYLEVEL(3, "Note: %d physical core(s) detected \n", nbWorkers);
}
}
// Resolve to default if nbWorkers is still unset
/* Resolve to default if nbWorkers is still unset */
if (nbWorkers == -1) {
if (operation == zom_decompress) {
nbWorkers = 1;
Expand Down

0 comments on commit 2a8502e

Please sign in to comment.