diff options
Diffstat (limited to 'src/manager/storage.h')
-rw-r--r-- | src/manager/storage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/manager/storage.h b/src/manager/storage.h index 5860d50ff..d8e8b7479 100644 --- a/src/manager/storage.h +++ b/src/manager/storage.h @@ -52,9 +52,9 @@ struct storage_t { enumerator_t* (*create_gateway_enumerator)(storage_t *this, int user); /** - * Destroy a storage instance. - */ - void (*destroy)(storage_t *this); + * Destroy a storage instance. + */ + void (*destroy)(storage_t *this); }; /** |