aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_dummy_partition_restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_dummy_partition_restore.c')
-rw-r--r--libgamma_dummy_partition_restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgamma_dummy_partition_restore.c b/libgamma_dummy_partition_restore.c
index 457086a..b7fc4ac 100644
--- a/libgamma_dummy_partition_restore.c
+++ b/libgamma_dummy_partition_restore.c
@@ -11,9 +11,9 @@
* error identifier provided by this library
*/
int
-libgamma_dummy_partition_restore(libgamma_partition_state_t *restrict this)
+libgamma_dummy_partition_restore(struct libgamma_partition_state *restrict this)
{
- libgamma_dummy_partition_t *data = this->data;
+ struct libgamma_dummy_partition *data = this->data;
size_t i;
if (!libgamma_dummy_internal_configurations.capabilities.partition_restore) {