зеркало из https://github.com/microsoft/git.git
archive.c: make archiver static
This variable is not used anywhere outside. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Родитель
c5ae6439d4
Коммит
120a385afb
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче