mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 20:26:46 +02:00
Added break Statement
This commit is contained in:
1
prompt.c
1
prompt.c
@ -140,6 +140,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||||||
break;
|
break;
|
||||||
case -2:
|
case -2:
|
||||||
wprintw(self->window, "Please add a message to your request.\n");
|
wprintw(self->window, "Please add a message to your request.\n");
|
||||||
|
break;
|
||||||
case -3:
|
case -3:
|
||||||
wprintw(self->window, "That appears to be your own ID.\n");
|
wprintw(self->window, "That appears to be your own ID.\n");
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user