aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_restore.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_crtc_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_crtc_restore.c b/libgamma_crtc_restore.c
index d2a716f..d6a97c8 100644
--- a/libgamma_crtc_restore.c
+++ b/libgamma_crtc_restore.c
@@ -13,7 +13,7 @@ int
libgamma_crtc_restore(libgamma_crtc_state_t *restrict this)
{
switch (this->partition->site->method) {
-#define X(CONST, CNAME, DEPTH, RAMPS)\
+#define X(CONST, CNAME, ...)\
case CONST:\
return libgamma_##CNAME##_crtc_restore(this);
LIST_AVAILABLE_METHODS(X)