mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
[datagen] Remove extra newline printed
`datagen` was printing a `\n` even when it had no other output. Raise the output level for the final `\n` to the minimum output level used. This minor bug was caught by the new testing framework.
This commit is contained in:
parent
495dcb839a
commit
f088c430e3
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ int main(int argc, const char** argv)
|
|||
DISPLAYLEVEL(3, "Seed = %u \n", (unsigned)seed);
|
||||
|
||||
RDG_genStdout(size, (double)probaU32/100, litProba, seed);
|
||||
DISPLAYLEVEL(1, "\n");
|
||||
DISPLAYLEVEL(3, "\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue