diff options
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r-- | testing/toxic/prompt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index a53c163f..20f6b480 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c | |||
@@ -267,7 +267,6 @@ static void execute(ToxWindow* self, char* u_cmd) { | |||
267 | wprintw(self->window, "Message successfully sent.\n"); | 267 | wprintw(self->window, "Message successfully sent.\n"); |
268 | } | 268 | } |
269 | } | 269 | } |
270 | |||
271 | else { | 270 | else { |
272 | wprintw(self->window, "Invalid command.\n"); | 271 | wprintw(self->window, "Invalid command.\n"); |
273 | } | 272 | } |