Nuke some newlines

This commit is contained in:
sin 2016-02-08 17:08:26 +00:00
parent 9af81fdc65
commit c27f605a62
1 changed files with 0 additions and 4 deletions

View File

@ -792,12 +792,8 @@ main(int argc, char *argv[])
/* Set locale before curses setup */
setlocale(LC_ALL, "");
initcurses();
browse(ipath, ifilter);
exitcurses();
exit(0);
}