diff options
Diffstat (limited to 'libstore/part.c')
-rw-r--r-- | libstore/part.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/part.c b/libstore/part.c index 227a5c84..ef5e1875 100644 --- a/libstore/part.c +++ b/libstore/part.c @@ -190,5 +190,5 @@ store_part_open (const char *name, int flags, return err; } -struct store_class +const struct store_class store_part_class = { -1, "part", open: store_part_open }; |