summaryrefslogtreecommitdiffstats
path: root/libarchive/archive_pack_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_pack_dev.c')
-rw-r--r--libarchive/archive_pack_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_pack_dev.c b/libarchive/archive_pack_dev.c
index 6b7b472..098881b 100644
--- a/libarchive/archive_pack_dev.c
+++ b/libarchive/archive_pack_dev.c
@@ -280,7 +280,7 @@ pack_bsdos(int n, unsigned long numbers[], const char **error)
/* list of formats and pack functions */
/* this list must be sorted lexically */
-static struct format {
+static const struct format {
const char *name;
pack_t *pack;
} formats[] = {