clutter-color: Shut up a compiler warning

This commit is contained in:
Florian Müllner 2017-04-07 23:19:22 +02:00
parent 69e7ad4402
commit 47a01013b1

View File

@ -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 */