1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:27:46 +02:00

Removed an early break

This commit is contained in:
Sean Qureshi 2013-08-03 11:51:40 -07:00
parent dd504a6b59
commit 49fddd21be

View File

@ -142,7 +142,6 @@ static void execute(ToxWindow* self, char* cmd) {
wprintw(self->window, "Please add a message to your request.\n");
break;
case -3:
break;
wprintw(self->window, "That appears to be your own ID.\n");
break;
case -4: