app: fix gimp_babl_compat_u8_mask_format()

... post space-invasion
This commit is contained in:
Ell 2019-02-07 11:25:11 -05:00
parent f8f3a74971
commit 55f963cb2a

View file

@ -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);
}