diff options
Diffstat (limited to 'libgamma_quartz_cg_partition_restore.c')
-rw-r--r-- | libgamma_quartz_cg_partition_restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_quartz_cg_partition_restore.c b/libgamma_quartz_cg_partition_restore.c index 6c85b41..f104738 100644 --- a/libgamma_quartz_cg_partition_restore.c +++ b/libgamma_quartz_cg_partition_restore.c @@ -11,7 +11,7 @@ * error identifier provided by this library */ int -libgamma_quartz_cg_partition_restore(libgamma_partition_state_t *restrict this) +libgamma_quartz_cg_partition_restore(struct libgamma_partition_state *restrict this) { return libgamma_quartz_cg_site_restore(this->site); } |