]> Sergey Matveev's repositories - nnn.git/commitdiff
Nuke some newlines
authorsin <sin@2f30.org>
Mon, 8 Feb 2016 17:08:26 +0000 (17:08 +0000)
committersin <sin@2f30.org>
Mon, 8 Feb 2016 17:08:26 +0000 (17:08 +0000)
noice.c

diff --git a/noice.c b/noice.c
index 2f58ffbac04c167ffdfd9ec34ede79acd179e93e..5249ca9f975248360d3e9d9df86cad817fff04a5 100644 (file)
--- a/noice.c
+++ b/noice.c
@@ -792,12 +792,8 @@ main(int argc, char *argv[])
 
        /* Set locale before curses setup */
        setlocale(LC_ALL, "");
-
        initcurses();
-
        browse(ipath, ifilter);
-
        exitcurses();
-
        exit(0);
 }