aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_name_of_subpixel_order.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_name_of_subpixel_order.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgamma_name_of_subpixel_order.c b/libgamma_name_of_subpixel_order.c
index f8c0bf8..c3612bf 100644
--- a/libgamma_name_of_subpixel_order.c
+++ b/libgamma_name_of_subpixel_order.c
@@ -17,8 +17,9 @@ const char *
libgamma_name_of_subpixel_order(int order)
{
switch (order) {
-#define X(CONST, NAME)\
- case CONST: return NAME;
+#define X(CONST, NAME, ...)\
+ case CONST:\
+ return NAME;
LIST_SUBPIXEL_ORDERS(X)
#undef X
default: