Skip to content
Snippets Groups Projects
Commit d04321bc authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Hotfix: Typo

parent d1442135
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ test_file(int argc, char *argv[])
for (unsigned c = 0; c < (sizeof(chunk_sizes) / sizeof(chunk_sizes[0])); c++) {
printf("\n====== FILE TEST: %u bytes chunks ======", chunk_sizes[c]);
printf("\n====== FILE TEST: %u bytes chunks ======\n", chunk_sizes[c]);
for (unsigned a = 0; a < alignments; a++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment