diff options
Diffstat (limited to 'libstore/remap.c')
-rw-r--r-- | libstore/remap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/remap.c b/libstore/remap.c index 34a2f1a0..140d2635 100644 --- a/libstore/remap.c +++ b/libstore/remap.c @@ -197,7 +197,7 @@ remap_validate_name (const char *name, } -struct store_class +const struct store_class store_remap_class = { STORAGE_REMAP, "remap", remap_read, remap_write, |