summaryrefslogtreecommitdiffstats
path: root/fs/bpkfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bpkfs.c')
-rw-r--r--fs/bpkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bpkfs.c b/fs/bpkfs.c
index 90d3a6bf1b..8fc4df65de 100644
--- a/fs/bpkfs.c
+++ b/fs/bpkfs.c
@@ -25,7 +25,7 @@ static bool bpkfs_is_crc_file(struct bpkfs_handle_data *d)
return d->type & (1 << 31);
}
-const char* bpkfs_type_to_str(uint32_t type)
+static const char* bpkfs_type_to_str(uint32_t type)
{
switch (type) {
case BPKFS_TYPE_BL: