diff options
Diffstat (limited to 'libgamma_site_destroy.c')
-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 c3e060a..83b640b 100644 --- a/libgamma_site_destroy.c +++ b/libgamma_site_destroy.c @@ -11,7 +11,7 @@ void libgamma_site_destroy(libgamma_site_state_t *restrict this) { switch (this->method) { -#define X(CONST, CNAME, DEPTH, RAMPS)\ +#define X(CONST, CNAME, ...)\ case CONST:\ libgamma_##CNAME##_site_destroy(this);\ break; |