diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-03 15:49:53 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-04 08:17:43 +0100 |
| commit | 950bd7432cd486d29503444b0557d7a1452efd07 (patch) | |
| tree | 7dbed7ff198703f9d88cb12e218280a705b44e37 /src | |
| parent | 4a89a70f14703e9a45eb490b44ca7621a516da71 (diff) | |
| download | lilliput-ae-implem-950bd7432cd486d29503444b0557d7a1452efd07.tar.xz | |
Adaptation des patchs de génération de traces
Diffstat (limited to 'src')
| -rw-r--r-- | src/debug.h | 2 |
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) |
