summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.c
diff options
context:
space:
mode:
authorSean Qureshi <stqism@Risingstormgames.com>2013-08-03 01:55:07 -0700
committerSean Qureshi <stqism@Risingstormgames.com>2013-08-03 01:55:07 -0700
commitc444d7a5d4b581e4a205361d146a72cefabcc8b8 (patch)
tree6b8adb41136800a1e684a42e2bdedfd0eed41dd4 /testing/toxic/prompt.c
parent97fbdea304a24b0a4354c8d9cb0157f3eba2978e (diff)
Added a break from a pull request
Merged a change from https://github.com/greato/ProjectTox-Core
Diffstat (limited to 'testing/toxic/prompt.c')
-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..e71f5f06 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: