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

Added break Statement

This commit is contained in:
g 2013-08-03 15:59:46 +08:00
parent 2ebd30bdb3
commit bf4b71e617

View File

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