From 84aa9a9e3b7d6426f85689097d076999c05c8589 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 3 Aug 2013 01:52:13 -0700 Subject: [PATCH] Merged a change from a pull request, added a break Merged from https://github.com/greato/ProjectTox-Core --- prompt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/prompt.c b/prompt.c index b0f8381..8536b94 100644 --- a/prompt.c +++ b/prompt.c @@ -141,6 +141,7 @@ static void execute(ToxWindow* self, char* cmd) { case -2: wprintw(self->window, "Please add a message to your request.\n"); case -3: + break; wprintw(self->window, "That appears to be your own ID.\n"); break; case -4: