diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_partition_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_partition_destroy.c b/libgamma_partition_destroy.c index 4f96945..8b95be5 100644 --- a/libgamma_partition_destroy.c +++ b/libgamma_partition_destroy.c @@ -8,7 +8,7 @@ * @param this The partition state */ void -libgamma_partition_destroy(libgamma_partition_state_t *restrict this) +libgamma_partition_destroy(struct libgamma_partition_state *restrict this) { switch (this->site->method) { #define X(CONST, CNAME, ...)\ |