summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorSean Qureshi <stqism@Risingstormgames.com>2013-08-03 11:51:40 -0700
committerSean Qureshi <stqism@Risingstormgames.com>2013-08-03 11:51:40 -0700
commit54aebfd8071c3e2c7a92c10154dc3644b66ad76b (patch)
treeadd6dd243e65507bf7e48ee91f9b36552f1dc584 /testing
parent6209d103f46758c0501eeaa00dcf66cd8ed8236c (diff)
Removed an early break
Diffstat (limited to 'testing')
-rw-r--r--testing/toxic/prompt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c
index e80bdab0..1db60883 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -142,7 +142,6 @@ 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;
146 wprintw(self->window, "That appears to be your own ID.\n"); 145 wprintw(self->window, "That appears to be your own ID.\n");
147 break; 146 break;
148 case -4: 147 case -4: