diff --git a/examples/sadump/problem.c b/examples/sadump/problem.c index f5b24184a..942d2d58f 100644 --- a/examples/sadump/problem.c +++ b/examples/sadump/problem.c @@ -242,7 +242,7 @@ int main(int argc, char* argv[]) { return 1; } ifprintf("BLOB[%d]\n", blob_index); - ifprintf("\tindex: %d bytes\n", blob.index); + ifprintf("\tindex: %d\n", blob.index); ifprintf("\toffset_prev: %d bytes\n", blob.offset_prev); ifprintf("\toffset_next: %d bytes\n", blob.offset_next); blob_index++;