libgimp: fix broken indentation in gimpexport.c

This commit is contained in:
Michael Natterer 2013-08-08 22:11:40 +02:00
parent 145c9a86d5
commit 28fe83b865
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ gimp_export_image (gint32 *image_ID,
/* If this is the last layer, it's visible and has no alpha
* channel, then the image has a "flat" background
*/
if (i == n_layers - 1 && gimp_item_get_visible (layers[i]))
if (i == n_layers - 1 && gimp_item_get_visible (layers[i]))
background_has_alpha = FALSE;
if (capabilities & GIMP_EXPORT_NEEDS_ALPHA)