From 54aebfd8071c3e2c7a92c10154dc3644b66ad76b Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 3 Aug 2013 11:51:40 -0700 Subject: Removed an early break --- testing/toxic/prompt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testing') 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) { wprintw(self->window, "Please add a message to your request.\n"); break; case -3: - break; wprintw(self->window, "That appears to be your own ID.\n"); break; case -4: -- cgit v1.2.3