noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 58f897fead53d15621029d5f76a68500588a23af
parent b0ca406e28bf68b274643f64841f6bfae18b971b
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 14:57:09 +0100

Add missing break

Diffstat:
Mnoice.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/noice.c b/noice.c @@ -603,6 +603,7 @@ nochange: initcurses(); if (chdir(ipath) == -1) printwarn(); + break; } }