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 62bf320b6e
commit e9c330dc60

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: