aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index ae5d7e7..3436113 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1403,7 +1403,7 @@ static void cleanup_and_exit(int code)
shadow_fini();
fb_clear_screen(gfx);
tty_restore();
- fb_cleanup();
+ gfx->cleanup_display();
flist_print_tagged(stdout);
exit(code);
}