aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_dummy_site_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_dummy_site_destroy.c')
-rw-r--r--libgamma_dummy_site_destroy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgamma_dummy_site_destroy.c b/libgamma_dummy_site_destroy.c
index f0d71ce..eabebfc 100644
--- a/libgamma_dummy_site_destroy.c
+++ b/libgamma_dummy_site_destroy.c
@@ -9,9 +9,9 @@
* @param this The site state
*/
void
-libgamma_dummy_site_destroy(libgamma_site_state_t *restrict this)
+libgamma_dummy_site_destroy(struct libgamma_site_state *restrict this)
{
- libgamma_dummy_site_t *data = this->data;
+ struct libgamma_dummy_site *data = this->data;
if (data) {
free(data->partitions);
free(data);