From c444d7a5d4b581e4a205361d146a72cefabcc8b8 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 3 Aug 2013 01:55:07 -0700 Subject: [PATCH] Added a break from a pull request Merged a change from https://github.com/greato/ProjectTox-Core --- testing/toxic/prompt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index 484f5906..e71f5f06 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/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: