diff options
Diffstat (limited to 'libarchive/test/test_write_format_iso9660.c')
| -rw-r--r-- | libarchive/test/test_write_format_iso9660.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/test/test_write_format_iso9660.c b/libarchive/test/test_write_format_iso9660.c index 9c5a005fd131..1ea69a183595 100644 --- a/libarchive/test/test_write_format_iso9660.c +++ b/libarchive/test/test_write_format_iso9660.c @@ -26,7 +26,7 @@ #include "test.h" __FBSDID("$FreeBSD$"); -char buff2[64]; +static char buff2[64]; DEFINE_TEST(test_write_format_iso9660) { size_t buffsize = 1000000; |
