diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 284fdcb..89a8522 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -816,7 +816,8 @@ static bool dirbrowse(void) else { DEBUGF("Playing file thumbnail: %s/%s%s\n", - currdir, dircache[lasti].name, file_thumbnail_ext); + currdir, dircache[lasti].name, + file_thumbnail_ext); /* no fallback necessary, we knew in advance that the file exists */ ft_play_filename(currdir, dircache[lasti].name); |