commit c27f605a62c33f79563ea2271b60df083ae530c8 parent 9af81fdc653558a6bc69da5209136c1a1dc46b74 Author: sin <sin@2f30.org> 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); }