From 950bd7432cd486d29503444b0557d7a1452efd07 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 3 Dec 2018 15:49:53 +0100 Subject: Adaptation des patchs de génération de traces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/debug.h') 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) -- cgit v1.2.3