mirror of
https://github.com/Tha14/toxic.git
synced 2025-04-13 12:02:58 +02:00
Removed an early break
This commit is contained in:
parent
dd504a6b59
commit
49fddd21be
1
prompt.c
1
prompt.c
@ -142,7 +142,6 @@ static void execute(ToxWindow* self, char* cmd) {
|
||||
wprintw(self->window, "Please add a message to your request.\n");
|
||||
break;
|
||||
case -3:
|
||||
break;
|
||||
wprintw(self->window, "That appears to be your own ID.\n");
|
||||
break;
|
||||
case -4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user