summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 1dcf4ea..c173f58 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -53,6 +53,8 @@ static inline void debug_dump_buffer(const char *header, size_t len, const uint8
}
fprintf(DUMP, "\n");
}
+
+ fprintf(DUMP, "\n");
}
static inline void debug_open_dump(const char *suite, const char *vector_name)