fixed enum declaration

This commit is contained in:
Sven Neumann
2005-02-05 22:08:00 +00:00
parent 6f6fee9a34
commit f6131ff287

View File

@ -42,7 +42,7 @@ static GType cdisplay_proof_intent_get_type (GTypeModule *module);
static const GEnumValue enum_values[] = static const GEnumValue enum_values[] =
{ {
{ INTENT_PERCEPTUAL, { INTENT_PERCEPTUAL,
"INTENT_PERCEPTUAL", "perceptual " }, "INTENT_PERCEPTUAL", "perceptual" },
{ INTENT_RELATIVE_COLORIMETRIC, { INTENT_RELATIVE_COLORIMETRIC,
"INTENT_RELATIVE_COLORIMETRIC", "relative-colorimetric" }, "INTENT_RELATIVE_COLORIMETRIC", "relative-colorimetric" },
{ INTENT_SATURATION, { INTENT_SATURATION,