Skip to content

Commit

Permalink
✨ MySecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeFTN authored Feb 18, 2023
1 parent e41c885 commit 1199bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1199bca

Please sign in to comment.