From e9c330dc60eb54606299abb8cafe0408f7fb76c3 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 3 Aug 2013 01:52:13 -0700 Subject: Merged a change from a pull request, added a break Merged from https://github.com/greato/ProjectTox-Core --- testing/toxic/prompt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index b0f83811..8536b940 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: -- cgit v1.2.3