mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 14:54:36 +00:00
Nuke some newlines
This commit is contained in:
parent
9af81fdc65
commit
c27f605a62
4
noice.c
4
noice.c
|
@ -792,12 +792,8 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
/* Set locale before curses setup */
|
/* Set locale before curses setup */
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
|
|
||||||
initcurses();
|
initcurses();
|
||||||
|
|
||||||
browse(ipath, ifilter);
|
browse(ipath, ifilter);
|
||||||
|
|
||||||
exitcurses();
|
exitcurses();
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue