diff --git a/src/hex.c b/src/hex.c index 30b02d7..f869844 100644 --- a/src/hex.c +++ b/src/hex.c @@ -74,6 +74,8 @@ void display_hex_chunk(hex_chunk_t* chunk, FILE* stream) newline = false; } + fprintf(stream, " "); + for (i = 0; i < flags.cols; i++) { if (chunk->text[i] == '\n' || chunk->text[i] == EOF) newline = true;