summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorSean Qureshi <stqism@Risingstormgames.com>2013-08-03 01:52:13 -0700
committerSean Qureshi <stqism@Risingstormgames.com>2013-08-03 01:52:13 -0700
commite9c330dc60eb54606299abb8cafe0408f7fb76c3 (patch)
tree5853d9f0877dd3742fdd3754e0063caa9d98804c /testing
parent62bf320b6e3cb946cc70a972c35c114b0bcdbad1 (diff)
Merged a change from a pull request, added a break
Merged from 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 b0f83811..8536b940 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -141,6 +141,7 @@ static void execute(ToxWindow* self, char* cmd) {
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 case -3: 143 case -3:
144 break;
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;
146 case -4: 147 case -4: