diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_crtc_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_crtc_destroy.c b/libgamma_crtc_destroy.c index 9724e31..61cfe58 100644 --- a/libgamma_crtc_destroy.c +++ b/libgamma_crtc_destroy.c @@ -11,7 +11,7 @@ void libgamma_crtc_destroy(libgamma_crtc_state_t *restrict this) { switch (this->partition->site->method) { -#define X(CONST, CNAME, DEPTH, RAMPS)\ +#define X(CONST, CNAME, ...)\ case CONST:\ libgamma_##CNAME##_crtc_destroy(this);\ break; |