Skip to content

Commit 120a385

Browse files
Nanako Shiraishispearce
authored andcommitted
archive.c: make archiver static
This variable is not used anywhere outside. Signed-off-by: Nanako Shiraishi <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent c5ae643 commit 120a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static char const * const archive_usage[] = {
1515

1616
#define USES_ZLIB_COMPRESSION 1
1717

18-
const struct archiver {
18+
static const struct archiver {
1919
const char *name;
2020
write_archive_fn_t write_archive;
2121
unsigned int flags;

0 commit comments

Comments
 (0)