aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/tools/build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c
index bf0e82400358..a93d44e58f9c 100644
--- a/arch/x86/boot/tools/build.c
+++ b/arch/x86/boot/tools/build.c
@@ -132,6 +132,7 @@ static void die(const char * str, ...)
132 va_list args; 132 va_list args;
133 va_start(args, str); 133 va_start(args, str);
134 vfprintf(stderr, str, args); 134 vfprintf(stderr, str, args);
135 va_end(args);
135 fputc('\n', stderr); 136 fputc('\n', stderr);
136 exit(1); 137 exit(1);
137} 138}