]> Sergey Matveev's repositories - nnn.git/commitdiff
Add missing break
authorsin <sin@2f30.org>
Tue, 21 Oct 2014 13:57:09 +0000 (14:57 +0100)
committersin <sin@2f30.org>
Tue, 21 Oct 2014 13:58:04 +0000 (14:58 +0100)
noice.c

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