From 84421d83ce27d984d451e2d4518b2b8db80723e3 Mon Sep 17 00:00:00 2001 From: subinacl Date: Tue, 3 Mar 2020 22:11:30 +0300 Subject: [PATCH] Update main.cpp --- programs/reboot/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/reboot/src/main.cpp b/programs/reboot/src/main.cpp index 72f18524..2cb5ec23 100644 --- a/programs/reboot/src/main.cpp +++ b/programs/reboot/src/main.cpp @@ -8,6 +8,6 @@ #include int main(){ - tlib::reboot(); + tlib::reboot(0); return 0; }