diff options
Diffstat (limited to 'libstore/gunzip.c')
-rw-r--r-- | libstore/gunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/gunzip.c b/libstore/gunzip.c index 2e868219..5ebfbb7a 100644 --- a/libstore/gunzip.c +++ b/libstore/gunzip.c @@ -271,5 +271,5 @@ store_gunzip_open (const char *name, int flags, return err; } -struct store_class +const struct store_class store_gunzip_class = { -1, "gunzip", open: store_gunzip_open }; |