From 28f93da2bda5c45afcbbfc2740c774e0bf76c8f7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 19 Aug 2025 18:27:25 +0000 Subject: usr: reboot: Fix typo Signed-off-by: Ian Moffett --- usr.bin/reboot/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/reboot/reboot.c') diff --git a/usr.bin/reboot/reboot.c b/usr.bin/reboot/reboot.c index 07dc74f..ac9785a 100644 --- a/usr.bin/reboot/reboot.c +++ b/usr.bin/reboot/reboot.c @@ -70,7 +70,7 @@ main(int argc, char **argv) printf("REBOOT failed\n"); /* Fall through */ case REBOOT_FLAG_HLT: - cpu_reboot(REBOOT_FLAG_HLT); + cpu_reboot(REBOOT_HALT); printf("HALT failed\n"); /* Fall through */ case REBOOT_FLAG_PWR: -- cgit v1.2.3