From 1199bcac75d7dd9873339602598176e9f866e252 Mon Sep 17 00:00:00 2001 From: FelipeFTN <80127749+FelipeFTN@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:01:19 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20MySecurity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/handler.c b/handler/handler.c index f83aaf3..cd63142 100644 --- a/handler/handler.c +++ b/handler/handler.c @@ -16,7 +16,7 @@ // Get command options char *get_commands() { - char *message = "===== MySecurity =====\n\n[1] Shutdown Computer\n[2] Reboot" + char *message = "===== MySecurity =====\n\n[1] Shutdown Computer\n[2] Reboot " "Computer\n[0] Exit"; char *message_ptr = message;