diff options
author | Sean Qureshi <stqism@Risingstormgames.com> | 2013-08-03 04:07:59 -0700 |
---|---|---|
committer | Sean Qureshi <stqism@Risingstormgames.com> | 2013-08-03 04:07:59 -0700 |
commit | 0e4baac0f14b0c4c7c32d70386d64307875fb6ab (patch) | |
tree | 4257e221c3dc3f53d4152d12eb924095990dd81b /testing/toxic/prompt.c | |
parent | 9e2eed644e2bade31cc8acdf0daaa98fe3df0c80 (diff) | |
parent | 6cfdf68940127b74da331a7b5465dfdcedc055db (diff) |
Merge pull request #2 from stqism/master
Adds fixes from master in testing
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r-- | testing/toxic/prompt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index e71f5f06..e80bdab0 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 | break; | 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"); |