From 58f897fead53d15621029d5f76a68500588a23af Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 14:57:09 +0100 Subject: [PATCH] Add missing break --- noice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/noice.c b/noice.c index aad67ba5..b15a5edf 100644 --- a/noice.c +++ b/noice.c @@ -603,6 +603,7 @@ nochange: initcurses(); if (chdir(ipath) == -1) printwarn(); + break; } }