aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeizhao Ouyang <o451686892@gmail.com>2022-11-20 04:06:48 +0000
committerGao Xiang <hsiangkao@linux.alibaba.com>2022-11-21 07:23:50 +0800
commit204d47b72a86c13663badb976959955b56c7a180 (patch)
treea7b9b492bcdf2e13c5bbee2667baebb882053a1f
parent04644826deb29a05244f71c12ef2a45c1621c7ed (diff)
downloaderofs-utils-204d47b72a86c13663badb976959955b56c7a180.tar.gz
erofs-utils: dump: remove duplicate file type
Remove duplicate ".txt" file type distribution. Signed-off-by: Weizhao Ouyang <o451686892@gmail.com> Link: https://lore.kernel.org/r/20221120040648.706871-1-o451686892@gmail.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
-rw-r--r--dump/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/main.c b/dump/main.c
index f2a09b6..93dce8b 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -37,7 +37,7 @@ static const char header_format[] = "%-16s %11s %16s |%-50s|\n";
static char *file_types[] = {
".txt", ".so", ".xml", ".apk",
".odex", ".vdex", ".oat", ".rc",
- ".otf", ".txt", "others",
+ ".otf", "others",
};
#define OTHERFILETYPE ARRAY_SIZE(file_types)
/* (1 << FILE_MAX_SIZE_BITS)KB */