Nuke some newlines - noice - small file browser (mirror / fork from 2f30.org) | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c27f605a62c33f79563ea2271b60df083ae530c8 | |
parent 9af81fdc653558a6bc69da5209136c1a1dc46b74 | |
Author: sin <[email protected]> | |
Date: Mon, 8 Feb 2016 17:08:26 +0000 | |
Nuke some newlines | |
Diffstat: | |
M noice.c | 4 ---- | |
1 file changed, 0 insertions(+), 4 deletions(-) | |
--- | |
diff --git 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); | |
} |