mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Nuke some newlines
This commit is contained in:
parent
9af81fdc65
commit
c27f605a62
1 changed files with 0 additions and 4 deletions
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…
Add table
Reference in a new issue