app: fix gimp_babl_compat_u8_mask_format()
... post space-invasion
This commit is contained in:
parent
f8f3a74971
commit
55f963cb2a
1 changed files with 2 additions and 1 deletions
|
|
@ -96,5 +96,6 @@ gimp_babl_compat_u8_mask_format (const Babl *format)
|
|||
|
||||
return gimp_babl_format (gimp_babl_format_get_base_type (format),
|
||||
GIMP_PRECISION_U8_LINEAR,
|
||||
FALSE);
|
||||
FALSE,
|
||||
NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue