mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed an early break
This commit is contained in:
parent
6209d103f4
commit
54aebfd807
|
@ -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…
Reference in New Issue
Block a user