From 49fddd21be2360488bafbfb28d54cfadd2c63e02 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 3 Aug 2013 11:51:40 -0700 Subject: [PATCH] Removed an early break --- prompt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/prompt.c b/prompt.c index e80bdab..1db6088 100644 --- a/prompt.c +++ b/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: