summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/toxic/prompt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c
index 1db60883..e80bdab0 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -142,6 +142,7 @@ static void execute(ToxWindow* self, char* cmd) {
142 wprintw(self->window, "Please add a message to your request.\n"); 142 wprintw(self->window, "Please add a message to your request.\n");
143 break; 143 break;
144 case -3: 144 case -3:
145 break;
145 wprintw(self->window, "That appears to be your own ID.\n"); 146 wprintw(self->window, "That appears to be your own ID.\n");
146 break; 147 break;
147 case -4: 148 case -4: