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 97fbdea304
commit c444d7a5d4

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: