diff options
Diffstat (limited to 'store-gzip.c')
-rw-r--r-- | store-gzip.c | 2 |
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; |