diff options
author | Sean Qureshi <stqism@risingstormgames.com> | 2013-08-03 04:00:13 -0700 |
---|---|---|
committer | Sean Qureshi <stqism@risingstormgames.com> | 2013-08-03 04:00:13 -0700 |
commit | 6cfdf68940127b74da331a7b5465dfdcedc055db (patch) | |
tree | 4257e221c3dc3f53d4152d12eb924095990dd81b /testing/toxic | |
parent | 52f1dcd9ffc6116d8f45a5451a23cc99becb0d2e (diff) | |
parent | e9c330dc60eb54606299abb8cafe0408f7fb76c3 (diff) |
Merge branch 'master' of github.com:stqism/ProjectTox-Core
Diffstat (limited to 'testing/toxic')
-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 1db60883..e80bdab0 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c | |||
@@ -142,6 +142,7 @@ 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; | ||
145 | wprintw(self->window, "That appears to be your own ID.\n"); | 146 | wprintw(self->window, "That appears to be your own ID.\n"); |
146 | break; | 147 | break; |
147 | case -4: | 148 | case -4: |