Commit 30e50494 authored by Wayne Davison's avatar Wayne Davison

Tweaked the output a little.

parent 719985cb
......@@ -37,9 +37,9 @@ struct test4 {
cnt = 3;
}
if (cnt)
fprintf(stderr, "Rounding file_extras values in multiples of %d", cnt + 1);
fprintf(stderr, "Rounding file_extras in multiples of %d", cnt + 1);
else
fprintf(stderr, "No rounding needed for file_extras values");
fprintf(stderr, "No rounding needed for file_extras");
fprintf(stderr, " (EXTRA_LEN=%d, FILE_STRUCT_LEN=%d)\n",
(int)EXTRA_LEN, (int)FILE_STRUCT_LEN);
printf("#define EXTRA_ROUNDING %d\n", cnt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment