[mutter/gnome-3-24] clutter-color: Shut up a compiler warning



commit 196e52470319ad58c86935d6128851afe0572e9b
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Apr 7 23:19:22 2017 +0200

    clutter-color: Shut up a compiler warning

 clutter/clutter/clutter-color.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter/clutter-color.c b/clutter/clutter/clutter-color.c
index 83ae406..59db394 100644
--- a/clutter/clutter/clutter-color.c
+++ b/clutter/clutter/clutter-color.c
@@ -48,7 +48,7 @@
 #include "clutter-debug.h"
 
 /* XXX - keep in sync with the ClutterStaticColor enumeration order */
-static const ClutterColor const static_colors[] = {
+static const ClutterColor static_colors[] = {
   /* CGA/EGA color palette */
   { 0xff, 0xff, 0xff, 0xff },   /* white */
   { 0x00, 0x00, 0x00, 0xff },   /* black */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]