From 8d1e5f8172b9d2bcbd4ef0c33ea7a9f78cf70e9a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 10 Apr 2020 00:12:57 -0700 Subject: General code cleanup and removed some unnecessary imports. --- bb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bb.c') diff --git a/bb.c b/bb.c index 26cfcb0..5c9c487 100644 --- a/bb.c +++ b/bb.c @@ -1304,7 +1304,6 @@ int main(int argc, char *argv[]) init_term(); bb_browse(&bb, full_initial_path); fputs(T_LEAVE_BBMODE, tty_out); - cleanup(); if (bb.selected && print_selection) { for (entry_t *e = bb.selected; e; e = e->selected.next) { -- cgit v1.2.3