summaryrefslogtreecommitdiff
path: root/src/boot/bootctl-uki.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/bootctl-uki.c')
-rw-r--r--src/boot/bootctl-uki.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/bootctl-uki.c b/src/boot/bootctl-uki.c
index c0f263d434..b27abc73a1 100644
--- a/src/boot/bootctl-uki.c
+++ b/src/boot/bootctl-uki.c
@@ -211,7 +211,7 @@ int verb_kernel_identify(int argc, char *argv[], void *userdata) {
else
puts("pe");
- return EXIT_SUCCESS;
+ return 0;
}
int verb_kernel_inspect(int argc, char *argv[], void *userdata) {
@@ -236,5 +236,5 @@ int verb_kernel_inspect(int argc, char *argv[], void *userdata) {
} else
puts("Kernel Type: pe");
- return EXIT_SUCCESS;
+ return 0;
}