Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jul 9, 2024
1 parent 69d58e4 commit 2bf39e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sadump/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 2bf39e1

Please sign in to comment.