summaryrefslogtreecommitdiff
path: root/libstore/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/copy.c')
-rw-r--r--libstore/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/copy.c b/libstore/copy.c
index c82c0ed6..77b857ed 100644
--- a/libstore/copy.c
+++ b/libstore/copy.c
@@ -160,7 +160,7 @@ copy_clone (const struct store *from, struct store *to)
return errno;
}
-struct store_class
+const struct store_class
store_copy_class =
{
STORAGE_COPY, "copy", copy_read, copy_write,