mirror of https://github.com/GNOME/gimp.git
plug-ins: fix a call after my commit in !1549.
This commit is contained in:
parent
442254f0ee
commit
a6bde0a21a
|
@ -185,7 +185,7 @@ qoi_create_procedure (GimpPlugIn *plug_in,
|
|||
GIMP_EXPORT_CAN_HANDLE_GRAY |
|
||||
GIMP_EXPORT_CAN_HANDLE_INDEXED |
|
||||
GIMP_EXPORT_CAN_HANDLE_ALPHA,
|
||||
NULL, NULL);
|
||||
NULL, NULL, NULL);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue