diff --git a/plug-ins/common/file-qoi.c b/plug-ins/common/file-qoi.c index 211c99522b..e295f3d1f4 100644 --- a/plug-ins/common/file-qoi.c +++ b/plug-ins/common/file-qoi.c @@ -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); }