From 6e0f3b3c34fc83ab430b6f4ece11e402cb477af5 Mon Sep 17 00:00:00 2001 From: subinacl Date: Tue, 3 Mar 2020 22:56:02 +0300 Subject: [PATCH] Update main.cpp --- programs/shutdown/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/shutdown/src/main.cpp b/programs/shutdown/src/main.cpp index bc9cc2f3..110dc20a 100644 --- a/programs/shutdown/src/main.cpp +++ b/programs/shutdown/src/main.cpp @@ -8,6 +8,6 @@ #include int main(){ - tlib::shutdown(0); + tlib::shutdown(); return 0; }