mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Added a break from a pull request
Merged a change from https://github.com/greato/ProjectTox-Core
This commit is contained in:
parent
97fbdea304
commit
c444d7a5d4
|
@ -141,6 +141,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||
case -2:
|
||||
wprintw(self->window, "Please add a message to your request.\n");
|
||||
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