summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-03 15:49:53 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-04 08:17:43 +0100
commit950bd7432cd486d29503444b0557d7a1452efd07 (patch)
tree7dbed7ff198703f9d88cb12e218280a705b44e37 /src/debug.h
parent4a89a70f14703e9a45eb490b44ca7621a516da71 (diff)
downloadlilliput-ae-implem-950bd7432cd486d29503444b0557d7a1452efd07.tar.xz
Adaptation des patchs de génération de traces
Diffstat (limited to 'src/debug.h')
-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)