Skip to content

Commit

Permalink
archive.c: make archiver static
Browse files Browse the repository at this point in the history
This variable is not used anywhere outside.

Signed-off-by: Nanako Shiraishi <[email protected]>
Signed-off-by: Shawn O. Pearce <[email protected]>
  • Loading branch information
Nanako Shiraishi authored and spearce committed Oct 3, 2008
1 parent c5ae643 commit 120a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static char const * const archive_usage[] = {

#define USES_ZLIB_COMPRESSION 1

const struct archiver {
static const struct archiver {
const char *name;
write_archive_fn_t write_archive;
unsigned int flags;
Expand Down

0 comments on commit 120a385

Please sign in to comment.