diff options
| -rw-r--r-- | fm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -198,9 +198,8 @@ static char *fm_print_preview_content(window *w, const char *path) } free(buf); - return buf; } -static void *fm_preview_file(fm_info *i) +static void fm_preview_file(fm_info *i) { wclear(i->fm_r->win); char *path = xmalloc(sizeof(char) * PATH_MAX); |
