summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorSean Qureshi <stqism@risingstormgames.com>2013-08-03 01:46:01 -0700
committerSean Qureshi <stqism@risingstormgames.com>2013-08-03 01:46:01 -0700
commitcef0c68bdcaaf213d372aa5817b2a558f79838be (patch)
treea54cebdb2ad79dfbccd4c19c6fdace21d643a70a /testing
parent97fbdea304a24b0a4354c8d9cb0157f3eba2978e (diff)
parentdd6f44a2c722068067ac665f3cffed494d609216 (diff)
Merge https://github.com/greato/ProjectTox-Core
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 484f5906..1db60883 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -140,6 +140,7 @@ static void execute(ToxWindow* self, char* cmd) {
140 break; 140 break;
141 case -2: 141 case -2:
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 case -3: 144 case -3:
144 wprintw(self->window, "That appears to be your own ID.\n"); 145 wprintw(self->window, "That appears to be your own ID.\n");
145 break; 146 break;