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

Added a break from a pull request

Merged a change from https://github.com/greato/ProjectTox-Core
This commit is contained in:
Sean Qureshi 2013-08-03 01:55:07 -07:00
parent 36bd785cc7
commit 3e5b40c0db

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: