diff --git a/noice.c b/noice.c
index 2f58ffb..5249ca9 100644
--- 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);
 }