diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c index 7adc39fc45..f9f5b25d54 100644 --- a/plug-ins/common/file-xmc.c +++ b/plug-ins/common/file-xmc.c @@ -532,7 +532,7 @@ xmc_export (GimpProcedure *procedure, GimpPDBStatusType status = GIMP_PDB_SUCCESS; GimpExportReturn export = GIMP_EXPORT_IGNORE; GList *drawables = NULL; - gint n_drawables = NULL; + gint n_drawables = 0; GimpImage *orig_image; GeglRectangle *hotspot_range; gint hot_spot_x;