Fix unreported Clang compile error from 899b4536

An obvious typo that is not caught by CI until the weekly clang build?
This commit is contained in:
bootchk 2024-07-15 06:43:20 -04:00 committed by Lloyd Konneker
parent 1bdc3187aa
commit 4ad5760aa9
1 changed files with 1 additions and 1 deletions

View File

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