* [PATCH] archive.c: make archiver static
@ 2008-10-02 10:14 Nanako Shiraishi
0 siblings, 0 replies; only message in thread
From: Nanako Shiraishi @ 2008-10-02 10:14 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: git
This variable is not used anywhere outside.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
---
archive.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/archive.c b/archive.c
index e2280df..44ab008 100644
--- a/archive.c
+++ b/archive.c
@@ -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;
--
1.6.0.2
--
Nanako Shiraishi
http://ivory.ap.teacup.com/nanako3/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-02 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 10:14 [PATCH] archive.c: make archiver static Nanako Shiraishi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox