mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:23:03 +01:00
Added a break from a pull request
Merged a change from https://github.com/greato/ProjectTox-Core
This commit is contained in:
parent
36bd785cc7
commit
3e5b40c0db
1
prompt.c
1
prompt.c
@ -141,6 +141,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||||||
case -2:
|
case -2:
|
||||||
wprintw(self->window, "Please add a message to your request.\n");
|
wprintw(self->window, "Please add a message to your request.\n");
|
||||||
case -3:
|
case -3:
|
||||||
|
break;
|
||||||
wprintw(self->window, "That appears to be your own ID.\n");
|
wprintw(self->window, "That appears to be your own ID.\n");
|
||||||
break;
|
break;
|
||||||
case -4:
|
case -4:
|
||||||
|
Loading…
Reference in New Issue
Block a user