1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00

Merged a change from a pull request, added a break

Merged from https://github.com/greato/ProjectTox-Core
This commit is contained in:
Sean Qureshi 2013-08-03 01:52:13 -07:00
parent 19ed6a4bea
commit 84aa9a9e3b

View File

@ -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: