From dd6f44a2c722068067ac665f3cffed494d609216 Mon Sep 17 00:00:00 2001 From: g Date: Sat, 3 Aug 2013 15:59:46 +0800 Subject: [PATCH] Added break Statement --- testing/toxic/prompt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index b0f83811..b248b63a 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c @@ -140,6 +140,7 @@ static void execute(ToxWindow* self, char* cmd) { break; case -2: wprintw(self->window, "Please add a message to your request.\n"); + break; case -3: wprintw(self->window, "That appears to be your own ID.\n"); break;