summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_iso9660_boot.c
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-05-11 10:19:44 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-05-11 10:19:44 +0000
commit4e579f6c9425c995106fbf72667f4ec7e5d5db85 (patch)
treed298bb9fa3cf4f58e328e696a77fadf758a534eb /libarchive/test/test_write_format_iso9660_boot.c
parent8c8f03ca5b7f1f0d07c23e7c354a45b7c95335f0 (diff)
Notes
Diffstat (limited to 'libarchive/test/test_write_format_iso9660_boot.c')
-rw-r--r--libarchive/test/test_write_format_iso9660_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/test/test_write_format_iso9660_boot.c b/libarchive/test/test_write_format_iso9660_boot.c
index b1f185b9c455..433f633091f7 100644
--- a/libarchive/test/test_write_format_iso9660_boot.c
+++ b/libarchive/test/test_write_format_iso9660_boot.c
@@ -84,7 +84,7 @@ static const unsigned char el_torito_signature[] = {
"IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION."
};
-char buff2[1024];
+static char buff2[1024];
static void
_test_write_format_iso9660_boot(int write_info_tbl)