diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2017-03-28 09:58:54 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2017-03-28 09:58:54 +0000 |
| commit | 782ceec6db44f98526c6423f7e08dc12851ea20c (patch) | |
| tree | b277ce334aec94ff96d12407fb7f073f4cd2dc1b /libarchive/archive_pack_dev.c | |
| parent | 854870e4b3e6d2880cd9f98725551dde47caea79 (diff) | |
Notes
Diffstat (limited to 'libarchive/archive_pack_dev.c')
| -rw-r--r-- | libarchive/archive_pack_dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_pack_dev.c b/libarchive/archive_pack_dev.c index 6b7b4726d6ea..098881b678cd 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[] = { |
