fixed enum declaration
This commit is contained in:
parent
6f6fee9a34
commit
f6131ff287
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static GType cdisplay_proof_intent_get_type (GTypeModule *module);
|
|||
static const GEnumValue enum_values[] =
|
||||
{
|
||||
{ INTENT_PERCEPTUAL,
|
||||
"INTENT_PERCEPTUAL", "perceptual " },
|
||||
"INTENT_PERCEPTUAL", "perceptual" },
|
||||
{ INTENT_RELATIVE_COLORIMETRIC,
|
||||
"INTENT_RELATIVE_COLORIMETRIC", "relative-colorimetric" },
|
||||
{ INTENT_SATURATION,
|
||||
|
|
|
|||
Loading…
Reference in a new issue