summaryrefslogtreecommitdiffstats
path: root/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'reboot.c')
-rw-r--r--reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/reboot.c b/reboot.c
index 915d199d8..0fbda8176 100644
--- a/reboot.c
+++ b/reboot.c
@@ -48,7 +48,7 @@ int tw_reboot(RebootCommand command)
{
case rb_current:
case rb_system:
- finish_recovery("s");
+ twfinish_recovery("s");
sync();
check_and_run_script("/sbin/rebootsystem.sh", "reboot system");
return reboot(RB_AUTOBOOT);