summaryrefslogtreecommitdiff
path: root/src/boot/is_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/is_debug.c')
-rw-r--r--src/boot/is_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/is_debug.c b/src/boot/is_debug.c
index 1c8e49e5d..2b4fb87d8 100644
--- a/src/boot/is_debug.c
+++ b/src/boot/is_debug.c
@@ -26,7 +26,7 @@ void osSyncPrintf(const char* fmt, ...) {
va_start(args, fmt);
_Printf(is_proutSyncPrintf, NULL, fmt, args);
-
+
va_end(args);
}
@@ -36,7 +36,7 @@ void rmonPrintf(const char* fmt, ...) {
va_start(args, fmt);
_Printf(is_proutSyncPrintf, NULL, fmt, args);
-
+
va_end(args);
}