summaryrefslogtreecommitdiff
path: root/store-gzip.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2006-03-08 08:06:46 +0000
committerLudovic Courtès <ludo@gnu.org>2006-03-08 08:06:46 +0000
commitb7887d7799ec81cf04ab649bc808a1703db212a4 (patch)
treecac9115f308ba7f490f98f0ec19ca9e75ff1f5bf /store-gzip.c
parent7bb75af0024e6e17eff763e932aae0e78379d091 (diff)
Applied patch from Ben Asselstine; passes `ustar-all-quickest.tar' now.
Diffstat (limited to 'store-gzip.c')
-rw-r--r--store-gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/store-gzip.c b/store-gzip.c
index 66e479059..8f4896743 100644
--- a/store-gzip.c
+++ b/store-gzip.c
@@ -178,7 +178,7 @@ gzip_read_header (struct store *store,
size_t amount, index = 0;
/* Load next block and continue */
- static inline
+ inline
error_t read_next ()
{
error_t err;