summaryrefslogtreecommitdiff
path: root/src/boot_O2/printutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2/printutils.c')
-rw-r--r--src/boot_O2/printutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2/printutils.c b/src/boot_O2/printutils.c
index 4f04fca14..ca62b91b7 100644
--- a/src/boot_O2/printutils.c
+++ b/src/boot_O2/printutils.c
@@ -9,6 +9,6 @@ void PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...) {
va_start(args, fmt);
PrintUtils_VPrintf(pfn, fmt, args);
-
+
va_end(args);
}