summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/rpmfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c
index f5082e366..94cbd4c97 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -954,7 +954,7 @@ rpmRC rpmfcClassify(rpmfc fc, ARGV_t argv, rpm_mode_t * fmode)
case S_IFBLK: ftype = "block special"; break;
case S_IFIFO: ftype = "fifo (named pipe)"; break;
case S_IFSOCK: ftype = "socket"; break;
- case S_IFDIR:
+ case S_IFDIR: ftype = "directory"; break;
case S_IFLNK:
case S_IFREG:
default: