(info_show_info): fix unused variable.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-05-22 10:18:31 +03:00
parent 6a9ad25e44
commit e1c4e7f3cb
1 changed files with 2 additions and 0 deletions

View File

@ -264,7 +264,9 @@ info_show_info (WInfo * info)
{
vfs_path_t *vpath;
#ifdef ENABLE_EXT2FS_ATTR
unsigned long attr;
#endif
vpath = vfs_path_from_str (fe->fname->str);