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